add example

This commit is contained in:
Mark
2024-06-27 12:32:45 +02:00
parent 0092627cff
commit 7581cb24bc
5 changed files with 19 additions and 5 deletions

13
test.remignore Normal file
View 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*