Skip to content

Commit 2cdcf42

Browse files
committed
Add .gitignore file
- Ignore IDE configuration files (.cursorindexingignore, .cursor/, .vscode/) - Ignore development tools (.specstory/) - Ignore OS generated files (.DS_Store, Thumbs.db, etc.) - Ignore temporary files
1 parent 80c6cb6 commit 2cdcf42

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# IDE and Editor Configuration
2+
.cursorindexingignore
3+
.cursor/
4+
.vscode/
5+
6+
# Development Tools
7+
.specstory/
8+
9+
# OS Generated files
10+
.DS_Store
11+
.DS_Store?
12+
._*
13+
.Spotlight-V100
14+
.Trashes
15+
ehthumbs.db
16+
Thumbs.db
17+
18+
# Temporary files
19+
*.tmp
20+
*.temp
21+
*~

0 commit comments

Comments
 (0)