newserver/roles/git/files/.gitignore
2020-06-12 08:54:44 +02:00

13 lines
130 B
Plaintext
Executable File

# Ignore everything
*
# But not these files...
!.gitignore
!*.xml
!*.conf
# etc...
# ...even if they are in subdirectories
!*/