mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 08:34:50 +08:00
Add .gitattributes
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# Autodetect text files
|
||||
* text=auto
|
||||
|
||||
# Enforce text mode
|
||||
*.c text
|
||||
*.cmake text
|
||||
*.conf text
|
||||
*.cpp text
|
||||
*.css text
|
||||
*.desktop text
|
||||
*.h text
|
||||
*.html text
|
||||
*.in text
|
||||
*.md text
|
||||
*.pri text
|
||||
*.pro text
|
||||
*.qrc text
|
||||
*.ui text
|
||||
*.yml text
|
||||
CMakeLists.txt text
|
||||
COPYING
|
||||
|
||||
# Binary files
|
||||
*.icns binary
|
||||
*.ico binary
|
||||
*.png binary
|
||||
Reference in New Issue
Block a user