Add local git documentation and commit script - GitHub sync disabled

This commit is contained in:
Local Server
2025-12-13 22:35:25 -06:00
parent 703ab57984
commit f3c1157d7e
3 changed files with 114 additions and 0 deletions

10
.gitignore vendored
View File

@@ -7,3 +7,13 @@ publish_old/
*.db-shm
*.db-wal
wwwroot/uploads/
# Prevent GitHub credentials
.git/config.github
github-credentials
.github-token
# Environment files (already ignored but adding for clarity)
backend/.env
.env
*.env.local