aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorGravatar Reinier van der Leer <github@pwuts.nl> 2023-04-27 15:28:18 +0200
committerGravatar GitHub <noreply@github.com> 2023-04-27 06:28:18 -0700
commit7a161cc0bd8253759c8e7b15c0a3e3d86f0adbad (patch)
tree8202c8c182305327044a298f83873069830bc5e8 /.gitattributes
parentThe unlooping and fixing of file execution. (#3368) (diff)
downloadAuto-GPT-7a161cc0bd8253759c8e7b15c0a3e3d86f0adbad.tar.gz
Auto-GPT-7a161cc0bd8253759c8e7b15c0a3e3d86f0adbad.tar.bz2
Auto-GPT-7a161cc0bd8253759c8e7b15c0a3e3d86f0adbad.zip
Add .gitattributes (#3402)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..b28dfc4d2
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,5 @@
+# Exclude VCR cassettes from stats
+tests/**/cassettes/**.y*ml linguist-generated
+
+# Mark documentation as such
+docs/**.md linguist-documentation