2017-03-30 06:59:22 +03:00
|
|
|
# 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
|
2024-07-22 04:09:10 +03:00
|
|
|
*.json text
|
2017-03-30 06:59:22 +03:00
|
|
|
*.md text
|
|
|
|
*.qrc text
|
|
|
|
*.ui text
|
2023-09-08 07:54:02 +03:00
|
|
|
*.yaml text
|
2024-07-22 04:09:10 +03:00
|
|
|
*.yml text
|
|
|
|
|
|
|
|
.editorconfig text
|
|
|
|
.gitignore text
|
2017-03-30 06:59:22 +03:00
|
|
|
CMakeLists.txt text
|
2020-08-15 22:25:18 +03:00
|
|
|
COPYING text
|
2017-03-30 06:59:22 +03:00
|
|
|
|
|
|
|
# Binary files
|
|
|
|
*.icns binary
|
|
|
|
*.ico binary
|
|
|
|
*.png binary
|
2018-01-27 13:22:19 +03:00
|
|
|
*.woff binary
|
2020-05-17 17:41:09 +03:00
|
|
|
*.woff2 binary
|