20 lines
340 B
Plaintext
20 lines
340 B
Plaintext
# Only approved files
|
|
*
|
|
#include subdirectories
|
|
!*/
|
|
#ignore vscode-server folder, a lot of junk in there
|
|
.vscode-server
|
|
|
|
#ignore .gitignore in subdirectories, nextcloud is a mess
|
|
!/.gitignore
|
|
|
|
#allow compose files and dockerfiles
|
|
!compose.yaml
|
|
!Dockerfile
|
|
|
|
#allow core scripts
|
|
!start_everything.sh
|
|
!backup.sh
|
|
|
|
#unused service
|
|
admin-homepage |