forked from WorldVistA/VistA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
33 lines (28 loc) · 886 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.git* export-ignore
.hooks* export-ignore
* text=auto
* whitespace=tab-in-indent
* conflict-marker-size=81
# No whitespace checks in third-party content
*.csv -whitespace
*.txt -whitespace
*.GBLs -whitespace
*.GBL -whitespace
*.KIDs -whitespace
*.KIDS -whitespace
*.KID -whitespace
*.kid -whitespace
*.kids -whitespace
*.TXTs -whitespace
*.TXT -whitespace
*.txts -whitespace
*.RSA -whitespace
*.JSON -whitespace
*.JS* -whitespace
*.js* -whitespace
*.jq* -whitespace
*.qs* -whitespace
*.ini -whitespace
# Restore checks in some files otherwise disabled above.
CMakeLists.txt whitespace=tab-in-indent
/Scripts/GitSetup export-ignore