mirror of
https://github.com/ennorehling/cutest.git
synced 2024-12-21 23:52:20 +00:00
add git support files
This commit is contained in:
parent
f128254145
commit
0b718dde09
15
.gitattributes
vendored
Normal file
15
.gitattributes
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
*.[hc] text
|
||||
*.json text
|
||||
*.xml text
|
||||
*.py text
|
||||
*.md text
|
||||
*.txt text
|
||||
*.lua text
|
||||
*.bat text
|
||||
|
||||
# Shell scripts should *always* be LF, regardless of platfrom
|
||||
s/* text eol=lf
|
||||
*.sh text eol=lf
|
||||
|
||||
# All third-party code should not be EOL-normalized
|
||||
#third-party/** -text
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*~
|
||||
|
||||
config
|
||||
bin
|
||||
|
Loading…
Reference in New Issue
Block a user