Initial commit: working SD Park Pass Map app with deploy scripts and .gitignore
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
# Node modules
|
||||
node_modules/
|
||||
|
||||
# Build output
|
||||
.next/
|
||||
dist/
|
||||
build/
|
||||
coverage/
|
||||
|
||||
# System files
|
||||
.DS_Store
|
||||
*.log
|
||||
|
||||
# Environment files
|
||||
.env*
|
||||
|
||||
# Local binaries
|
||||
bin/
|
||||
|
||||
# PM2 logs
|
||||
/var/log/pm2/
|
||||
|
||||
# OS junk
|
||||
Thumbs.db
|
||||
|
||||
# IDE/editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
|
||||
# npm debug
|
||||
npm-debug.log*
|
||||
|
||||
# Nu shell history
|
||||
.nu_history
|
||||
Reference in New Issue
Block a user