Files
goauto/.gitignore
T

32 lines
625 B
Plaintext

/go-mobile-control-demo.exe
/portal-poc.exe
/portal-poc-new.exe
/portal-poc*.log
/.cache/
/.playwright-mcp/
/server*.log
/android-sound-helper/.gradle/
/android-sound-helper/build/
/android-sound-helper/app/build/
# Archived proof-of-concept code and local artifacts.
/demo/
# Local Gitea credentials used by development tooling.
/gitea.env
/config.yaml
/server/config/settings.local.yml
# Generated build and local environment artifacts.
/server/go-admin
/server/go-admin.exe
/server/*.db
/server/logs/
/server/temp/
/web/node_modules/
/web/dist/
/web/temp/
/android/.gradle/
/android/local.properties
/android/**/build/