2022-03-19 10:37:45 +00:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
lerna-debug.log*
|
|
|
|
|
|
|
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
|
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
|
|
|
2022-03-19 10:52:50 +00:00
|
|
|
# Packages
|
|
|
|
node_modules/
|
2022-03-20 03:48:32 +00:00
|
|
|
package-lock.json
|
2022-03-19 10:52:50 +00:00
|
|
|
djs/
|
|
|
|
|
|
|
|
# Log files
|
|
|
|
logs/
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
|
2022-03-19 10:37:45 +00:00
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
*.pid.lock
|
|
|
|
|
2022-03-19 10:52:50 +00:00
|
|
|
# Env
|
2022-03-19 10:37:45 +00:00
|
|
|
.env
|
2022-03-19 10:52:50 +00:00
|
|
|
test/auth.json
|
|
|
|
test/auth.js
|
|
|
|
docs/deploy/deploy_key
|
|
|
|
docs/deploy/deploy_key.pub
|
|
|
|
deploy/deploy_key
|
|
|
|
deploy/deploy_key.pub
|
2022-03-19 10:37:45 +00:00
|
|
|
|
2022-03-19 10:52:50 +00:00
|
|
|
# Dist
|
|
|
|
dist/
|
|
|
|
docs/docs.json
|
2022-03-19 10:37:45 +00:00
|
|
|
|
|
|
|
# Next.js build output
|
|
|
|
.next
|
|
|
|
|
|
|
|
# Nuxt.js build / generate output
|
|
|
|
.nuxt
|
|
|
|
dist
|
|
|
|
|
|
|
|
# Gatsby files
|
|
|
|
.cache/
|
2022-03-19 10:52:50 +00:00
|
|
|
# Comment in the public line in if your project uses Gatsby and *not* Next.js
|
2022-03-19 10:37:45 +00:00
|
|
|
# https://nextjs.org/blog/next-9-1#public-directory-support
|
|
|
|
# public
|
|
|
|
|
|
|
|
# vuepress build output
|
|
|
|
.vuepress/dist
|
|
|
|
|
|
|
|
# Serverless directories
|
|
|
|
.serverless/
|
|
|
|
|
|
|
|
# FuseBox cache
|
|
|
|
.fusebox/
|
|
|
|
|
|
|
|
# DynamoDB Local files
|
|
|
|
.dynamodb/
|
|
|
|
|
|
|
|
# TernJS port file
|
|
|
|
.tern-port
|
|
|
|
|
2022-03-19 10:52:50 +00:00
|
|
|
# Env
|
|
|
|
.env
|
|
|
|
test/
|
|
|
|
docs/deploy/deploy_key
|
|
|
|
docs/deploy/deploy_key.pub
|
|
|
|
deploy/deploy_key
|
|
|
|
deploy/deploy_key.pub
|
|
|
|
|
|
|
|
# Miscellaneous
|
|
|
|
.tmp/
|
|
|
|
.idea/
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Custom
|
|
|
|
data/
|