mirror of
https://github.com/Dummi26/rembackup.git
synced 2025-03-10 13:43:53 +01:00
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
![]() |
# example config for this repo
|
||
|
|
||
|
# ignore all files/directories in .git except .git/index
|
||
|
/= .git
|
||
|
*a
|
||
|
except
|
||
|
*= index
|
||
|
|
||
|
# ignore the target directory
|
||
|
/= target
|
||
|
|
||
|
# and all files that match this glob pattern (.gitignore)
|
||
|
+* .git*
|