mirror of
https://github.com/myronblair/tomtomgames-app
synced 2026-06-30 17:49:57 -05:00
v1.0.1 - Referral system, dynamic payments, full audit log, UI improvements
This commit is contained in:
+22
-3
@@ -1,5 +1,24 @@
|
||||
includes/config.php
|
||||
public_html/create_admin.php
|
||||
*.log
|
||||
# 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/
|
||||
|
||||
Reference in New Issue
Block a user