1
+ # Created by https://www.toptal.com/developers/gitignore/api/node,yarn,windows,macos,linux
2
+ # Edit at https://www.toptal.com/developers/gitignore?templates=node,yarn,windows,macos,linux
3
+
4
+ test
5
+
6
+ # ## Linux ###
7
+ * ~
8
+
9
+ # temporary files which can be created if a process still has a handle open of a deleted file
10
+ .fuse_hidden *
11
+
12
+ # KDE directory preferences
13
+ .directory
14
+
15
+ # Linux trash folder which might appear on any partition or disk
16
+ .Trash- *
17
+
18
+ # .nfs files are created when an open file is removed but is still being accessed
19
+ .nfs *
20
+
21
+ # ## macOS ###
22
+ # General
23
+ .DS_Store
24
+ .AppleDouble
25
+ .LSOverride
26
+
27
+ # Icon must end with two \r
28
+ Icon
29
+
30
+
31
+ # Thumbnails
32
+ ._ *
33
+
34
+ # Files that might appear in the root of a volume
35
+ .DocumentRevisions-V100
36
+ .fseventsd
37
+ .Spotlight-V100
38
+ .TemporaryItems
39
+ .Trashes
40
+ .VolumeIcon.icns
41
+ .com.apple.timemachine.donotpresent
42
+
43
+ # Directories potentially created on remote AFP share
44
+ .AppleDB
45
+ .AppleDesktop
46
+ Network Trash Folder
47
+ Temporary Items
48
+ .apdisk
49
+
50
+ # ## macOS Patch ###
51
+ # iCloud generated files
52
+ * .icloud
53
+
54
+ # ## Node ###
55
+ # Logs
56
+ logs
57
+ * .log
58
+ npm-debug.log *
59
+ yarn-debug.log *
60
+ yarn-error.log *
61
+ lerna-debug.log *
62
+ .pnpm-debug.log *
63
+
64
+ # Diagnostic reports (https://nodejs.org/api/report.html)
65
+ report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
66
+
67
+ # Runtime data
68
+ pids
69
+ * .pid
70
+ * .seed
71
+ * .pid.lock
72
+
73
+ # Directory for instrumented libs generated by jscoverage/JSCover
74
+ lib-cov
75
+
76
+ # Coverage directory used by tools like istanbul
77
+ coverage
78
+ * .lcov
79
+
80
+ # nyc test coverage
81
+ .nyc_output
82
+
83
+ # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
84
+ .grunt
85
+
86
+ # Bower dependency directory (https://bower.io/)
87
+ bower_components
88
+
89
+ # node-waf configuration
90
+ .lock-wscript
91
+
92
+ # Compiled binary addons (https://nodejs.org/api/addons.html)
93
+ build /Release
94
+
95
+ # Dependency directories
96
+ node_modules /
97
+ jspm_packages /
98
+
99
+ # Snowpack dependency directory (https://snowpack.dev/)
100
+ web_modules /
101
+
102
+ # TypeScript cache
103
+ * .tsbuildinfo
104
+
105
+ # Optional npm cache directory
106
+ .npm
107
+
108
+ # Optional eslint cache
109
+ .eslintcache
110
+
111
+ # Optional stylelint cache
112
+ .stylelintcache
113
+
114
+ # Microbundle cache
115
+ .rpt2_cache /
116
+ .rts2_cache_cjs /
117
+ .rts2_cache_es /
118
+ .rts2_cache_umd /
119
+
120
+ # Optional REPL history
121
+ .node_repl_history
122
+
123
+ # Output of 'npm pack'
124
+ * .tgz
125
+
126
+ # Yarn Integrity file
127
+ .yarn-integrity
128
+
129
+ # dotenv environment variable files
130
+ .env
131
+ .env.development.local
132
+ .env.test.local
133
+ .env.production.local
134
+ .env.local
135
+
136
+ # parcel-bundler cache (https://parceljs.org/)
137
+ .cache
138
+ .parcel-cache
139
+
140
+ # Next.js build output
141
+ .next
142
+ out
143
+
144
+ # Nuxt.js build / generate output
145
+ .nuxt
146
+ dist
147
+
148
+ # Gatsby files
149
+ .cache /
150
+ # Comment in the public line in if your project uses Gatsby and not Next.js
151
+ # https://nextjs.org/blog/next-9-1#public-directory-support
152
+ # public
153
+
154
+ # vuepress build output
155
+ .vuepress /dist
156
+
157
+ # vuepress v2.x temp and cache directory
158
+ .temp
159
+
160
+ # Docusaurus cache and generated files
161
+ .docusaurus
162
+
163
+ # Serverless directories
164
+ .serverless /
165
+
166
+ # FuseBox cache
167
+ .fusebox /
168
+
169
+ # DynamoDB Local files
170
+ .dynamodb /
171
+
172
+ # TernJS port file
173
+ .tern-port
174
+
175
+ # Stores VSCode versions used for testing VSCode extensions
176
+ .vscode-test
177
+
178
+ # yarn v2
179
+ .yarn /cache
180
+ .yarn /unplugged
181
+ .yarn /build-state.yml
182
+ .yarn /install-state.gz
183
+ .pnp. *
184
+
185
+ # ## Node Patch ###
186
+ # Serverless Webpack directories
187
+ .webpack /
188
+
189
+ # Optional stylelint cache
190
+
191
+ # SvelteKit build / generate output
192
+ .svelte-kit
193
+
194
+ # ## Windows ###
195
+ # Windows thumbnail cache files
196
+ Thumbs.db
197
+ Thumbs.db:encryptable
198
+ ehthumbs.db
199
+ ehthumbs_vista.db
200
+
201
+ # Dump file
202
+ * .stackdump
203
+
204
+ # Folder config file
205
+ [Dd ]esktop.ini
206
+
207
+ # Recycle Bin used on file shares
208
+ $RECYCLE.BIN /
209
+
210
+ # Windows Installer files
211
+ * .cab
212
+ * .msi
213
+ * .msix
214
+ * .msm
215
+ * .msp
216
+
217
+ # Windows shortcuts
218
+ * .lnk
219
+
220
+ # ## yarn ###
221
+ # https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
222
+
223
+ .yarn /*
224
+ ! .yarn /releases
225
+ ! .yarn /patches
226
+ ! .yarn /plugins
227
+ ! .yarn /sdks
228
+ ! .yarn /versions
229
+
230
+ # if you are NOT using Zero-installs, then:
231
+ # comment the following lines
232
+ ! .yarn /cache
233
+
234
+ # and uncomment the following lines
235
+ # .pnp.*
236
+
237
+ # End of https://www.toptal.com/developers/gitignore/api/node,yarn,windows,macos,linux
0 commit comments