Commit Graph

3 Commits

Author SHA1 Message Date
Gigi
58596b2998 chore: add .gitignore for node_modules and dist 2025-10-07 06:48:09 +01:00
Gigi
f37deefa36 chore: add applesauce directory to .gitignore
- Exclude applesauce/ directory from version control
- This directory likely contains examples or testing files that shouldn't be tracked
2025-10-02 09:31:40 +02:00
Gigi
4af9cd646b chore: add comprehensive .gitignore file
- Ignore node_modules and dependency files
- Exclude build outputs (dist/, build/, .vite/)
- Ignore environment variables and secrets
- Exclude IDE/editor files (.vscode/, .idea/)
- Ignore OS generated files (.DS_Store, Thumbs.db)
- Exclude logs, cache, and temporary files
- Add TypeScript and Vite specific ignores
2025-10-02 07:18:04 +02:00