Initial commit: working SD Park Pass Map app with deploy scripts and .gitignore

This commit is contained in:
Aram Chia Sarafian
2025-07-13 18:59:51 -07:00
commit ba831bf15a
20 changed files with 9669 additions and 0 deletions

35
.gitignore vendored Normal file
View 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