new file: .gitignore
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
**/data/
|
||||
**/db/
|
||||
**/database/
|
||||
#apps/nextcloud/config/
|
||||
crowdsec/config/
|
||||
#**/.env
|
||||
#!monitoring/node-red/data/
|
||||
#apps/stockfill/
|
||||
#apps/shift-recorder/
|
||||
|
||||
#!apps/searxng/
|
||||
#apps/searxng/*
|
||||
uptime-kuma/
|
||||
#!apps/searxng/Dockerfile
|
||||
#!apps/searxng/docker-compose.yml
|
||||
#venv/
|
||||
#core/authelia/users_database.yml
|
||||
#monitoring/influxdb/*
|
||||
#!monitoring/influxdb/docker-compose.yml
|
||||
secrets/*
|
||||
!secrets/.env.secrets.example
|
||||
!.env.example
|
||||
traefik/certs/*
|
||||
!traefik/certs/.gitkeep
|
||||
|
||||
Reference in New Issue
Block a user