36 lines
291 B
Plaintext
36 lines
291 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Build artifacts
|
|
.next/
|
|
out/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Misc
|
|
README.md
|
|
docker-compose.yml
|
|
Dockerfile
|
|
.dockerignore |