aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-06-19 20:03:17 +0200
committerGravatar GitHub <noreply@github.com> 2022-06-19 20:03:17 +0200
commita6b4640a2f7c1df8806408d8acda0f56209b0939 (patch)
tree81494c5e912639933f6caa79c0aab6ede140362e
parent880f500bb322522437ae44c94d8bc6b84abedd23 (diff)
export-ignore (#4415)
https://www.git-scm.com/docs/gitattributes
-rw-r--r--.gitattributes2
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