Intial repository commit
This commit is contained in:
27
gitea/.gitignore
vendored
Normal file
27
gitea/.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# Ignore environment file that contains sensitive information
|
||||
.env
|
||||
|
||||
# Ignore any log files that may be generated by services
|
||||
*.log
|
||||
|
||||
# Ignore temporary or backup files that might be created by editors
|
||||
*.bak
|
||||
*.swp
|
||||
|
||||
# Ignore docker-compose override files (local configurations, not meant to be versioned)
|
||||
docker-compose.override.yml
|
||||
|
||||
# Ignore any database files that are mapped as volumes (persistent data)
|
||||
config/
|
||||
data/
|
||||
mysql/
|
||||
|
||||
# Ignore any tmp or pid files that might be created during runtime
|
||||
tmp/
|
||||
*.pid
|
||||
|
||||
# Ignore any SQLite database files (if applicable)
|
||||
*.sqlite
|
||||
|
||||
# Ignore any generated Nextcloud data files (if they're stored here instead of in volumes)
|
||||
*.db
|
||||
Reference in New Issue
Block a user