Syntax-Fehler im Bereich roles/git behoben

This commit is contained in:
Marcus Gillitzer
2020-05-19 11:11:29 +02:00
parent 92472f913e
commit f7299785d9
3 changed files with 7 additions and 7 deletions

12
roles/git/files/gitignore Executable file
View File

@ -0,0 +1,12 @@
# Ignore everything
*
# But not these files...
!.gitignore
!*.xml
!*.conf
# etc...
# ...even if they are in subdirectories
!*/