Initial Setup
This commit is contained in:
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
*.gwbk
|
||||
my-db/
|
||||
frontend-gateway/config/resources/.resources
|
||||
backend-gateway/config/resources/.resources
|
||||
|
||||
|
||||
# Database files
|
||||
**/db/
|
||||
**/metricsdb/
|
||||
**/autobackup/
|
||||
**/db_backup_sqlite.idb
|
||||
**/valueStore.idb
|
||||
|
||||
# Cache and temporary files
|
||||
**/jar-cache/
|
||||
**/request
|
||||
**/response
|
||||
*.tmp
|
||||
*.bak
|
||||
**/var
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
**/logs
|
||||
|
||||
# Certificates and security
|
||||
**/certificates/
|
||||
**/keystore/
|
||||
|
||||
# Runtime configuration (environment-specific)
|
||||
**/config/local
|
||||
**/config/resources/local
|
||||
|
||||
# Gateway-specific runtime files
|
||||
**/.container-init.conf
|
||||
|
||||
# Backup and converted files
|
||||
**/conversion-report.txt
|
||||
**.digest.json
|
||||
|
||||
# Project conversion artifacts
|
||||
**/projects/conversion-report.txt
|
||||
**/migration-log-*.md
|
||||
**/.resources/
|
||||
Reference in New Issue
Block a user