newserver/roles/git/files/gitignore
2020-05-19 11:11:29 +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
!*/