Add .gitignore and remove node_modules from tracking

- Added comprehensive .gitignore file
- Removed node_modules from git tracking
- Clean repository ready for deployment
This commit is contained in:
dwindown
2025-08-02 09:32:50 +07:00
parent 7f2dd5260f
commit 7afb83753c
45634 changed files with 37 additions and 4706127 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Dependencies
node_modules/
/.pnp
.pnp.js
# Testing
/coverage
# Production
/build
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS generated files
Thumbs.db