Skip to content

Commit ee5e999

Browse files
committed
Add .gitignore to clean up repo
1 parent 6754361 commit ee5e999

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# macOS system files
2+
.DS_Store
3+
4+
# IDE/editor folders
5+
.vscode/
6+
.idea/
7+
8+
# Logs and temp files
9+
*.log
10+
*.tmp
11+
12+
# WordPress runtime artifacts (if testing locally)
13+
wp-content/uploads/
14+
wp-content/cache/
15+
wp-config-local.php
16+
17+
# Docker artifacts (if applicable)
18+
*.sock
19+
*.pid
20+

0 commit comments

Comments
 (0)