Files
tomtomgames-app/.gitignore
T

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/