diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2016-12-27 13:56:36 +0800 |
---|---|---|
committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2016-12-27 16:49:25 +0100 |
commit | 8f1c311b903ba72ad3eee1c180ee0567757bede4 (patch) | |
tree | 2a2ce42dd756ede35269b82292f2d9b59d72e58f /.gitattributes | |
parent | edfa76d3f5a9f6f42c2b6f660a1be84a8088c5dd (diff) | |
download | gitea-8f1c311b903ba72ad3eee1c180ee0567757bede4.tar.gz gitea-8f1c311b903ba72ad3eee1c180ee0567757bede4.zip |
ignore static files statstics for linguist
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..56abc3c2bd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +conf/* linguist-vendored +docker/* linguist-vendored +options/* linguist-vendored +public/* linguist-vendored +scripts/* linguist-vendored +templates/* linguist-vendored
\ No newline at end of file |