2022-04-17 15:40:56 +00:00
|
|
|
# Logs
|
2019-09-13 20:02:41 +00:00
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2022-04-17 15:40:56 +00:00
|
|
|
lerna-debug.log*
|
|
|
|
.pnpm-debug.log*
|
|
|
|
|
|
|
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
|
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
|
|
|
|
|
|
# Runtime data
|
2019-09-13 20:02:41 +00:00
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
*.pid.lock
|
2022-04-17 15:40:56 +00:00
|
|
|
|
|
|
|
# node-waf configuration
|
2019-09-13 20:02:41 +00:00
|
|
|
.lock-wscript
|
2022-04-17 15:40:56 +00:00
|
|
|
|
|
|
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
|
|
build/
|
|
|
|
|
|
|
|
# Dependency directories
|
2019-09-13 20:02:41 +00:00
|
|
|
node_modules/
|
|
|
|
jspm_packages/
|
2022-06-25 17:40:52 +00:00
|
|
|
libvips/
|
2022-04-17 15:40:56 +00:00
|
|
|
|
|
|
|
# Optional npm cache directory
|
2019-09-13 20:02:41 +00:00
|
|
|
.npm
|
2022-04-17 15:40:56 +00:00
|
|
|
|
|
|
|
# Optional eslint cache
|
2019-09-13 20:02:41 +00:00
|
|
|
.eslintcache
|
2022-04-17 15:40:56 +00:00
|
|
|
|
|
|
|
# Optional stylelint cache
|
|
|
|
.stylelintcache
|
|
|
|
|
|
|
|
# Microbundle cache
|
|
|
|
.rpt2_cache/
|
|
|
|
.rts2_cache_cjs/
|
|
|
|
.rts2_cache_es/
|
|
|
|
.rts2_cache_umd/
|
|
|
|
|
|
|
|
# Optional REPL history
|
2019-09-13 20:02:41 +00:00
|
|
|
.node_repl_history
|
2022-04-17 15:40:56 +00:00
|
|
|
|
|
|
|
# Output of 'npm pack'
|
2019-09-13 20:02:41 +00:00
|
|
|
*.tgz
|
2022-04-17 15:40:56 +00:00
|
|
|
|
|
|
|
# Yarn Integrity file
|
2019-09-13 20:02:41 +00:00
|
|
|
.yarn-integrity
|
2022-04-17 15:40:56 +00:00
|
|
|
|
|
|
|
# dotenv environment variable files
|
|
|
|
.env
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
.env.local
|
|
|
|
|
|
|
|
# Gatsby files
|
|
|
|
.cache/
|
|
|
|
# Comment in the public line in if your project uses Gatsby and not Next.js
|
|
|
|
# https://nextjs.org/blog/next-9-1#public-directory-support
|
|
|
|
# public
|
|
|
|
|
|
|
|
# vuepress v2.x temp and cache directory
|
|
|
|
.temp
|
2021-12-14 07:16:23 +00:00
|
|
|
.cache
|
2022-04-17 15:40:56 +00:00
|
|
|
|
|
|
|
# Stores VSCode versions used for testing VSCode extensions
|
|
|
|
.vscode-test
|
|
|
|
|
|
|
|
# yarn v2
|
|
|
|
.yarn/cache
|
|
|
|
.yarn/unplugged
|
|
|
|
.yarn/build-state.yml
|
|
|
|
.yarn/install-state.gz
|
|
|
|
.pnp.*
|
|
|
|
|
|
|
|
# Prerequisites
|
|
|
|
*.d
|
|
|
|
|
|
|
|
# Compiled Object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
|
|
|
|
|
|
|
# Debugging
|
|
|
|
*.heap
|
|
|
|
*.out.*
|
|
|
|
|
|
|
|
# vscode stuff
|
|
|
|
.vscode
|
|
|
|
*.code-workspace
|
|
|
|
|
|
|
|
# Databases
|
|
|
|
data/
|
2022-09-21 05:05:03 +00:00
|
|
|
*.sqlite
|