Skip to content

Commit 0240a28

Browse files
author
Gabriel Inzirillo
authored
Create .gitattributes
1 parent 78ef15e commit 0240a28

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.gitattributes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ====================================================================
2+
# Basic .gitattributes for a 4D repo.
3+
# ====================================================================
4+
5+
* text=auto
6+
7+
# ====================================================================
8+
# The above will handle all files NOT found below
9+
# ====================================================================
10+
11+
# Source files
12+
*.4DProject text linguist-language=4d diff=json
13+
*.4DCatalog text linguist-language=4d diff=xml
14+
*.4DSettings text linguist-language=4d diff=xml
15+
*.4DForm text linguist-language=4d diff=json
16+
*.4dm text linguist-language=4d

0 commit comments

Comments
 (0)