Fehlerkorrektur an Git-Role
This commit is contained in:
12
roles/git/files/.gitignore
vendored
Executable file
12
roles/git/files/.gitignore
vendored
Executable file
@ -0,0 +1,12 @@
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
# But not these files...
|
||||
!.gitignore
|
||||
!*.xml
|
||||
!*.conf
|
||||
# etc...
|
||||
|
||||
# ...even if they are in subdirectories
|
||||
!*/
|
||||
|
Reference in New Issue
Block a user