Skip to content

Commit df7e3c4

Browse files
committed
write a signature to the .gitignore file
1 parent eac8a50 commit df7e3c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: dotmg

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ check-gitignore-exists() {
3131
}
3232

3333
write-base-gitignore() {
34-
printf "/*\n" > .gitignore
34+
printf "# generated with dotmg, see `man 1 dotmg` or https://github.com/icebarf/dotmg" > .gitignore
35+
printf "/*\n" >> .gitignore
3536
}
3637

3738
dont-ignore-this-dir() {

0 commit comments

Comments
 (0)