47 lines
371 B
Plaintext
47 lines
371 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Next.js
|
|
.next
|
|
out
|
|
dist
|
|
|
|
# Environment files
|
|
.env*.local
|
|
.env.nas
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Build artifacts
|
|
build
|
|
*.tsbuildinfo
|
|
|
|
# Misc
|
|
README.md
|
|
SETUP.md
|
|
SETUP_GUIDE.md
|
|
build_error.log
|