diff options
| author | 2022-06-19 20:03:17 +0200 | |
|---|---|---|
| committer | 2022-06-19 20:03:17 +0200 | |
| commit | a6b4640a2f7c1df8806408d8acda0f56209b0939 (patch) | |
| tree | 81494c5e912639933f6caa79c0aab6ede140362e | |
| parent | 880f500bb322522437ae44c94d8bc6b84abedd23 (diff) | |
export-ignore (#4415)
https://www.git-scm.com/docs/gitattributes
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 9002d5bab..48cea6750 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,5 @@ *.png -text *.waff -text *.waff2 -text + +/.github/ export-ignore |
