File tree Expand file tree Collapse file tree 1 file changed +131
-0
lines changed
Expand file tree Collapse file tree 1 file changed +131
-0
lines changed Original file line number Diff line number Diff line change @@ -158,3 +158,134 @@ cython_debug/
158158# and can be added to the global gitignore or merged into this file. For a more nuclear
159159# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160# .idea/
161+
162+ # Logs
163+ logs
164+ * .log
165+ npm-debug.log *
166+ yarn-debug.log *
167+ yarn-error.log *
168+ lerna-debug.log *
169+ .pnpm-debug.log *
170+
171+ # Diagnostic reports (https://nodejs.org/api/report.html)
172+ report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
173+
174+ # Runtime data
175+ pids
176+ * .pid
177+ * .seed
178+ * .pid.lock
179+
180+ # Directory for instrumented libs generated by jscoverage/JSCover
181+ lib-cov
182+
183+ # Coverage directory used by tools like istanbul
184+ coverage
185+ * .lcov
186+
187+ # nyc test coverage
188+ .nyc_output
189+
190+ # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
191+ .grunt
192+
193+ # Bower dependency directory (https://bower.io/)
194+ bower_components
195+
196+ # node-waf configuration
197+ .lock-wscript
198+
199+ # Compiled binary addons (https://nodejs.org/api/addons.html)
200+ build /Release
201+
202+ # Dependency directories
203+ node_modules /
204+ jspm_packages /
205+
206+ # Snowpack dependency directory (https://snowpack.dev/)
207+ web_modules /
208+
209+ # TypeScript cache
210+ * .tsbuildinfo
211+
212+ # Optional npm cache directory
213+ .npm
214+
215+ # Optional eslint cache
216+ .eslintcache
217+
218+ # Optional stylelint cache
219+ .stylelintcache
220+
221+ # Microbundle cache
222+ .rpt2_cache /
223+ .rts2_cache_cjs /
224+ .rts2_cache_es /
225+ .rts2_cache_umd /
226+
227+ # Optional REPL history
228+ .node_repl_history
229+
230+ # Output of 'npm pack'
231+ * .tgz
232+
233+ # Yarn Integrity file
234+ .yarn-integrity
235+
236+ # dotenv environment variable files
237+ .env
238+ .env.development.local
239+ .env.test.local
240+ .env.production.local
241+ .env.local
242+
243+ # parcel-bundler cache (https://parceljs.org/)
244+ .cache
245+ .parcel-cache
246+
247+ # Next.js build output
248+ .next
249+ out
250+
251+ # Nuxt.js build / generate output
252+ .nuxt
253+ dist
254+
255+ # Gatsby files
256+ .cache /
257+ # Comment in the public line in if your project uses Gatsby and not Next.js
258+ # https://nextjs.org/blog/next-9-1#public-directory-support
259+ # public
260+
261+ # vuepress build output
262+ .vuepress /dist
263+
264+ # vuepress v2.x temp and cache directory
265+ .temp
266+ .cache
267+
268+ # Docusaurus cache and generated files
269+ .docusaurus
270+
271+ # Serverless directories
272+ .serverless /
273+
274+ # FuseBox cache
275+ .fusebox /
276+
277+ # DynamoDB Local files
278+ .dynamodb /
279+
280+ # TernJS port file
281+ .tern-port
282+
283+ # Stores VSCode versions used for testing VSCode extensions
284+ .vscode-test
285+
286+ # yarn v2
287+ .yarn /cache
288+ .yarn /unplugged
289+ .yarn /build-state.yml
290+ .yarn /install-state.gz
291+ .pnp. *
You can’t perform that action at this time.
0 commit comments