summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-28 20:51:56 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-28 20:51:56 -0700
commit715bc19a2611c13ef6c835f29cf6a17e063b3fb9 (patch)
treee80c2ac6b37837ed2306edb486b3453a6fa388bc
parentea86cd52d9a5d4a34ba0550feba555cc0dfbf3c3 (diff)
Move .gitattributes file
-rw-r--r--.gitattributes1
-rw-r--r--test/.gitattributes1
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 44611ac..0000000
--- a/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-/test/**/*.html linguist-generated
diff --git a/test/.gitattributes b/test/.gitattributes
new file mode 100644
index 0000000..6e8c12a
--- /dev/null
+++ b/test/.gitattributes
@@ -0,0 +1 @@
+/**/*.html linguist-generated