Skip to content

Commit 7a6b5c6

Browse files
jtgsystemsclaude
andcommitted
🔧 Remove .vscode and add comprehensive .gitignore
- Remove .vscode directory from repository - Add .gitignore to prevent IDE files, OS files, and temporary files - Clean up repository for better collaboration 🎯 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 40c299a commit 7a6b5c6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# IDE and Editor Files
2+
.vscode/
3+
.idea/
4+
*.swp
5+
*.swo
6+
*~
7+
8+
# OS Files
9+
.DS_Store
10+
Thumbs.db
11+
12+
# Temporary Files
13+
*.tmp
14+
*.temp
15+
*.log

0 commit comments

Comments
 (0)