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
+
1
3
# Logs
2
4
logs
3
5
* .log
4
6
npm-debug.log *
5
7
yarn-debug.log *
6
8
yarn-error.log *
7
9
lerna-debug.log *
10
+ .pnpm-debug.log *
8
11
9
12
# Diagnostic reports (https://nodejs.org/api/report.html)
10
13
report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
@@ -41,8 +44,8 @@ build/Release
41
44
node_modules /
42
45
jspm_packages /
43
46
44
- # TypeScript v1 declaration files
45
- typings /
47
+ # Snowpack dependency directory (https://snowpack.dev/)
48
+ web_modules /
46
49
47
50
# TypeScript cache
48
51
* .tsbuildinfo
@@ -53,6 +56,9 @@ typings/
53
56
# Optional eslint cache
54
57
.eslintcache
55
58
59
+ # Optional stylelint cache
60
+ .stylelintcache
61
+
56
62
# Microbundle cache
57
63
.rpt2_cache /
58
64
.rts2_cache_cjs /
@@ -68,29 +74,41 @@ typings/
68
74
# Yarn Integrity file
69
75
.yarn-integrity
70
76
71
- # dotenv environment variables file
77
+ # dotenv environment variable files
72
78
.env
73
- .env.test
79
+ .env.development.local
80
+ .env.test.local
81
+ .env.production.local
82
+ .env.local
74
83
75
84
# parcel-bundler cache (https://parceljs.org/)
76
85
.cache
86
+ .parcel-cache
77
87
78
88
# Next.js build output
79
89
.next
90
+ out
80
91
81
92
# Nuxt.js build / generate output
82
93
.nuxt
83
94
dist
84
95
85
96
# Gatsby files
86
97
.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
88
99
# https://nextjs.org/blog/next-9-1#public-directory-support
89
100
# public
90
101
91
102
# vuepress build output
92
103
.vuepress /dist
93
104
105
+ # vuepress v2.x temp and cache directory
106
+ .temp
107
+ .cache
108
+
109
+ # Docusaurus cache and generated files
110
+ .docusaurus
111
+
94
112
# Serverless directories
95
113
.serverless /
96
114
@@ -102,3 +120,13 @@ dist
102
120
103
121
# TernJS port file
104
122
.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