diff options
author | Andreas Gohr <andi@splitbrain.org> | 2020-06-02 10:21:33 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2020-06-02 10:21:53 +0200 |
commit | cd0c69d4aa1e632974f00c321ebfc73879bca3c5 (patch) | |
tree | c97a4d95e3736a60f08b71bd0c4fe92e4a4608d2 /.gitattributes | |
parent | 0e091db5e3baaa4968671ecc8ecbed28c30a9b78 (diff) | |
download | dokuwiki-cd0c69d4aa1e632974f00c321ebfc73879bca3c5.tar.gz dokuwiki-cd0c69d4aa1e632974f00c321ebfc73879bca3c5.zip |
ignore the .github directory for exports
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 40fb1f552..3864eaefc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,6 +6,7 @@ *.xcf binary .gitattributes export-ignore +.github export-ignore .gitignore export-ignore .editorconfig export-ignore .travis.yml export-ignore |