aboutsummaryrefslogtreecommitdiffstats
path: root/Node.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'Node.gitignore')
-rw-r--r--Node.gitignore14
1 files changed, 11 insertions, 3 deletions
diff --git a/Node.gitignore b/Node.gitignore
index 0125458e..96fd2254 100644
--- a/Node.gitignore
+++ b/Node.gitignore
@@ -54,6 +54,9 @@ web_modules/
# Optional eslint cache
.eslintcache
+# Optional stylelint cache
+.stylelintcache
+
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
@@ -70,9 +73,10 @@ web_modules/
.yarn-integrity
# dotenv environment variables file
-.env
-.env.test
-.env.production
+.env.development.local
+.env.test.local
+.env.production.local
+.env.local
# parcel-bundler cache (https://parceljs.org/)
.cache
@@ -95,6 +99,10 @@ dist
# vuepress build output
.vuepress/dist
+# vuepress v2.x temp and cache directory
+.temp
+.cache
+
# Serverless directories
.serverless/