35 lines
307 B
Plaintext
35 lines
307 B
Plaintext
|
|
# Build output
|
||
|
|
.next
|
||
|
|
out
|
||
|
|
build
|
||
|
|
dist
|
||
|
|
|
||
|
|
# Dependencies
|
||
|
|
node_modules
|
||
|
|
|
||
|
|
# Development
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.env.local
|
||
|
|
.env.development.local
|
||
|
|
.env.test.local
|
||
|
|
.env.production.local
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
coverage
|
||
|
|
.nyc_output
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
.DS_Store
|
||
|
|
*.pem
|
||
|
|
npm-debug.log*
|
||
|
|
yarn-debug.log*
|
||
|
|
yarn-error.log*
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
*~
|