File tree Expand file tree Collapse file tree 1 file changed +33
-5
lines changed Expand file tree Collapse file tree 1 file changed +33
-5
lines changed Original file line number Diff line number Diff line change 1+ # https://github.com/github/gitignore/blob/b0546f349bf0deca510b300feb96eaa721bd3039/Node.gitignore
2+
13# Logs
24logs
35* .log
46npm-debug.log *
57yarn-debug.log *
68yarn-error.log *
79lerna-debug.log *
10+ .pnpm-debug.log *
811
912# Diagnostic reports (https://nodejs.org/api/report.html)
1013report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
@@ -41,8 +44,8 @@ build/Release
4144node_modules /
4245jspm_packages /
4346
44- # TypeScript v1 declaration files
45- typings /
47+ # Snowpack dependency directory (https://snowpack.dev/)
48+ web_modules /
4649
4750# TypeScript cache
4851* .tsbuildinfo
@@ -53,6 +56,9 @@ typings/
5356# Optional eslint cache
5457.eslintcache
5558
59+ # Optional stylelint cache
60+ .stylelintcache
61+
5662# Microbundle cache
5763.rpt2_cache /
5864.rts2_cache_cjs /
@@ -68,29 +74,41 @@ typings/
6874# Yarn Integrity file
6975.yarn-integrity
7076
71- # dotenv environment variables file
77+ # dotenv environment variable files
7278.env
73- .env.test
79+ .env.development.local
80+ .env.test.local
81+ .env.production.local
82+ .env.local
7483
7584# parcel-bundler cache (https://parceljs.org/)
7685.cache
86+ .parcel-cache
7787
7888# Next.js build output
7989.next
90+ out
8091
8192# Nuxt.js build / generate output
8293.nuxt
8394dist
8495
8596# Gatsby files
8697.cache /
87- # Comment in the public line in if your project uses Gatsby and * not* Next.js
98+ # Comment in the public line in if your project uses Gatsby and not Next.js
8899# https://nextjs.org/blog/next-9-1#public-directory-support
89100# public
90101
91102# vuepress build output
92103.vuepress /dist
93104
105+ # vuepress v2.x temp and cache directory
106+ .temp
107+ .cache
108+
109+ # Docusaurus cache and generated files
110+ .docusaurus
111+
94112# Serverless directories
95113.serverless /
96114
@@ -102,3 +120,13 @@ dist
102120
103121# TernJS port file
104122.tern-port
123+
124+ # Stores VSCode versions used for testing VSCode extensions
125+ .vscode-test
126+
127+ # yarn v2
128+ .yarn /cache
129+ .yarn /unplugged
130+ .yarn /build-state.yml
131+ .yarn /install-state.gz
132+ .pnp. *
You can’t perform that action at this time.
0 commit comments