Fresh start: PHP project baseline

This commit is contained in:
2026-05-05 19:03:08 -05:00
commit fd29bdd2a9
6 changed files with 974 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Ignore editor temp files
*~
*.swp
# Ignore manual backups
*.bak*
*.old
# Ignore OS noise
.DS_Store
Thumbs.db