summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2016-12-27 13:56:36 +0800
committerKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2016-12-27 16:49:25 +0100
commit8f1c311b903ba72ad3eee1c180ee0567757bede4 (patch)
tree2a2ce42dd756ede35269b82292f2d9b59d72e58f /.gitattributes
parentedfa76d3f5a9f6f42c2b6f660a1be84a8088c5dd (diff)
downloadgitea-8f1c311b903ba72ad3eee1c180ee0567757bede4.tar.gz
gitea-8f1c311b903ba72ad3eee1c180ee0567757bede4.zip
ignore static files statstics for linguist
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
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