bMINI
This commit is contained in:
80
.gitignore
vendored
80
.gitignore
vendored
@@ -1,40 +1,40 @@
|
||||
# Gitea data directory
|
||||
data/
|
||||
|
||||
# Database files
|
||||
*.db
|
||||
*.sqlite
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
|
||||
# System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Docker volumes
|
||||
volumes/
|
||||
|
||||
# Gitea directories
|
||||
gitea/*
|
||||
!gitea/ssl/
|
||||
!gitea/conf/
|
||||
|
||||
# SSL certificates (should not be in version control)
|
||||
gitea/ssl/*.pem
|
||||
gitea/ssl/*.key
|
||||
gitea/ssl/*.crt
|
||||
|
||||
# Gitea user data and logs
|
||||
gitea/gitea/*
|
||||
gitea/git/*
|
||||
gitea/ssh/*
|
||||
gitea/data/*
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
*~
|
||||
# Gitea data directory
|
||||
data/
|
||||
|
||||
# Database files
|
||||
*.db
|
||||
*.sqlite
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
|
||||
# System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Docker volumes
|
||||
volumes/
|
||||
|
||||
# Gitea directories
|
||||
gitea/*
|
||||
!gitea/ssl/
|
||||
!gitea/conf/
|
||||
|
||||
# SSL certificates (should not be in version control)
|
||||
gitea/ssl/*.pem
|
||||
gitea/ssl/*.key
|
||||
gitea/ssl/*.crt
|
||||
|
||||
# Gitea user data and logs
|
||||
gitea/gitea/*
|
||||
gitea/git/*
|
||||
gitea/ssh/*
|
||||
gitea/data/*
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user