Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2018-07-09 10:52:45 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2018-07-09 10:52:45 +0300
commit08de52a434d494d67a18412f8f88c3608b810564 (patch)
tree8ca1db462e529e517ced629c8720309e863dc9a5 /vendor/gitignore/Node.gitignore
parent70b3fde64096fa1eda9f5a2e1e54bc0cfd609909 (diff)
Update .gitignore, .gitlab-ci.yml, and Dockerfile templates for 11.1.0
Diffstat (limited to 'vendor/gitignore/Node.gitignore')
-rw-r--r--vendor/gitignore/Node.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/gitignore/Node.gitignore b/vendor/gitignore/Node.gitignore
index 4454ba1b5bf..3a4c8581b3a 100644
--- a/vendor/gitignore/Node.gitignore
+++ b/vendor/gitignore/Node.gitignore
@@ -57,9 +57,15 @@ typings/
# dotenv environment variables file
.env
+# parcel-bundler cache (https://parceljs.org/)
+.cache
+
# next.js build output
.next
+# nuxt.js build output
+.nuxt
+
# vuepress build output
.vuepress/dist