13 lines
130 B
Plaintext
Executable File
13 lines
130 B
Plaintext
Executable File
# Ignore everything
|
|
*
|
|
|
|
# But not these files...
|
|
!.gitignore
|
|
!*.xml
|
|
!*.conf
|
|
# etc...
|
|
|
|
# ...even if they are in subdirectories
|
|
!*/
|
|
|