Clean: remove source code, keep only compose config
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
# Secrets
|
||||
.env
|
||||
|
||||
# Source code (only docker-compose is tracked)
|
||||
server/
|
||||
web/
|
||||
docker/
|
||||
patches/
|
||||
nix/
|
||||
.github/
|
||||
*.go
|
||||
*.mod
|
||||
*.sum
|
||||
*.sh
|
||||
*.service
|
||||
*.nix
|
||||
*.json
|
||||
*.jsx
|
||||
*.js
|
||||
*.css
|
||||
*.lock
|
||||
*.babelrc
|
||||
*.eslintrc
|
||||
*.md
|
||||
LICENSE
|
||||
flake.nix
|
||||
release.json
|
||||
upx
|
||||
Dockerfile*
|
||||
|
||||
# Volumes
|
||||
torrserver_config/
|
||||
torrserver_log/
|
||||
torrserver_torrents/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user