mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-11 06:44:18 +00:00
Organic Maps sources as of 02.04.2025 (fad26bbf22ac3da75e01e62aa01e5c8e11861005)
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
This commit is contained in:
46
.gitattributes
vendored
Normal file
46
.gitattributes
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
# 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.
|
||||
*.c text
|
||||
*.h text
|
||||
*.cpp text
|
||||
*.hpp text
|
||||
*.cxx text
|
||||
*.cc text
|
||||
*.java text
|
||||
*.mm text
|
||||
|
||||
# Declare files that will always have LF line endings on checkout.
|
||||
*.txt text eol=lf
|
||||
*.html text eol=lf
|
||||
*.xml text eol=lf
|
||||
*.csv text eol=lf
|
||||
*.svg text eol=lf
|
||||
*.py text eol=lf
|
||||
*.sh text eol=lf
|
||||
*.lst text eol=lf
|
||||
*.mapcss text eol=lf
|
||||
*.test text eol=lf
|
||||
*.skn text eol=lf
|
||||
*.meta text eol=lf
|
||||
*.gitattributes text eol=lf
|
||||
*.gitignore text eol=lf
|
||||
|
||||
# Declare files that will always have CRLF line endings on checkout.
|
||||
*.dsp text eol=crlf
|
||||
*.dsw text eol=crlf
|
||||
|
||||
# Binary files which doesn't need any normalization
|
||||
*.bin binary
|
||||
*.bz2 binary
|
||||
*.kmz binary
|
||||
*.mwm binary
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.ttf binary
|
||||
*.slf binary
|
||||
*.borders binary
|
||||
*.pdf binary
|
||||
Reference in New Issue
Block a user