Files
crowd-funder-for-time-pwa/.gitignore
Matthew Raymer e191f82068 Initial project setup
- Add .gitignore file with standard exclusions
- Ignore build artifacts (dist/, build/)
- Ignore dependency directories (node_modules/, Pods/)
- Ignore system and IDE files (.DS_Store, .idea/, .vscode/)
2025-03-25 10:21:14 +00:00

10 lines
71 B
Plaintext

dist/
node_modules/
.DS_Store
Pods/
*.iml
.idea/
.vscode/
build/
*.tgz