mirror of
https://github.com/Dummi26/rembackup.git
synced 2025-12-14 19:26:16 +01:00
add example
This commit is contained in:
13
test.remignore
Normal file
13
test.remignore
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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*
|
||||
Reference in New Issue
Block a user