Skip to content

Commit 9d7e9f2

Browse files
committed
Update gitattributes
1 parent 1bd6867 commit 9d7e9f2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@
2323
# Jupyter notebook
2424
*.ipynb text eol=lf
2525

26+
# Apply override to all files in the directory
27+
*.md linguist-detectable
28+
29+
# HachiCorp Configuration Language
30+
*.hcl eol=lf
31+
32+
# Terraform
33+
*.tf text eol=lf
34+
*.tf.json text eol=lf
35+
*.tfvars text eol=lf
36+
2637
# Note: .db, .p, and .pkl files are associated
2738
# with the python modules ``pickle``, ``dbm.*``,
2839
# ``shelve``, ``marshal``, ``anydbm``, & ``bsddb``

0 commit comments

Comments
 (0)