Skip to content

Commit 9a66980

Browse files
committed
Add gitattributes fle
1 parent 021c8b0 commit 9a66980

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Files
2+
.gitignore export-ignore
3+
.gitattributes export-ignore
4+
.pre-commit-config.yaml export-ignore
5+
.python-version export-ignore
6+
7+
*.lock export-ignore
8+
9+
images export-ignore
10+
ests export-ignore
11+
12+
# Source files
13+
* text=auto
14+
*.py text diff=python

0 commit comments

Comments
 (0)