mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-06-10 20:07:10 +02:00
Add filex excluded by the gitignore.
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# Set default behaviour, in case users don't have core.autocrlf set.
|
||||
* text=auto
|
||||
|
||||
# Explicitly declare text files we want to always be normalized and converted
|
||||
# to native line endings on checkout.
|
||||
*.txt text
|
||||
*.cpp text
|
||||
*.c text
|
||||
*.h text
|
||||
*.cmd text
|
||||
*.sln text
|
||||
*.vcproj text
|
||||
*.vcxproj text
|
||||
*.vcxproj.filters text
|
||||
*.page text
|
||||
*.html text
|
||||
*.xhtml text
|
||||
*.css text
|
||||
*.js text
|
||||
*.progen text
|
||||
*.xml text
|
||||
*.xsd text
|
||||
*.template text
|
||||
*.properties text
|
||||
*.ini text
|
||||
*.vxbuild text
|
||||
|
||||
# Denote all files that are truly binary and should not be modified.
|
||||
*.bin binary
|
||||
*.mc binary
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.gif binary
|
||||
Reference in New Issue
Block a user