mirror of
https://github.com/ennorehling/cutest.git
synced 2024-12-22 07:52:21 +00:00
add git support files
This commit is contained in:
parent
30c0fed288
commit
6ee05f5d5c
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
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
*~
|
*~
|
||||||
|
|
||||||
config
|
config
|
||||||
|
bin
|
||||||
|
Loading…
Reference in New Issue
Block a user