git-secret/.gitattributes
Nikita Sobolev c820870cc8
Ignores *.1 and *.7 files, closes #690 (#691)
* Ignores `*.1` and `*.7` files, closes #690

* Now adds `*.1` files to test them
2021-06-26 17:35:55 +03:00

11 lines
188 B
Plaintext

# Excluding from GitHub languages:
vendor/ linguist-vendored
# Excluding from GitHub diff:
*.1 linguist-generated
*.7 linguist-generated
# Excluding from `git diff`:
*.1 -diff
*.7 -diff