diff options
author | w0rp <devw0rp@gmail.com> | 2016-10-11 22:17:04 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-10-11 22:18:11 +0100 |
commit | 69116966162a15127c088cce9319228ec32ba7f5 (patch) | |
tree | f6e3507a1091c10993f2e9a341e227fa28d5edb7 | |
parent | 210a897a82f618f688b9fb4eb4c1926ae108773e (diff) | |
download | ale-69116966162a15127c088cce9319228ec32ba7f5.zip |
Ignore certain files when exporting archives.
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ce6f1322 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +.* export-ignore +/CONTRIBUTING.md export-ignore +/README.md export-ignore +/img export-ignore +/test export-ignore |