running publically
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -17,8 +17,22 @@ Thumbs.db
|
||||
|
||||
# Docker volumes
|
||||
volumes/
|
||||
gitea/
|
||||
db-data/
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user