mirror of
https://github.com/myronblair/tomtomgames-app
synced 2026-06-30 17:49:57 -05:00
25 lines
402 B
Plaintext
25 lines
402 B
Plaintext
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build artifacts
|
|
*.zip
|
|
|
|
# Test/debug files (never commit these)
|
|
public_html/test*.php
|
|
public_html/test_login.php
|
|
public_html/sgtest.php
|
|
|
|
# PHP vendor (too large, install via composer)
|
|
vendor/
|
|
|
|
# Sensitive - config has real keys, never commit to public repo
|
|
# includes/config.php # Keep commented - it IS committed (private repo only)
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|