Files
IronFox/.gitattributes
celenity b8ca21cc6c fix: do not use LFS for png assets - fixes https://codeberg.org/ironfox-oss/bugs/issues/368
I'd rather avoid reliance on external dependencies (like LFS) - adds complexity that we don't really need (since the sizes aren't too bad) and can cause issues

Signed-off-by: celenity <celenity@celenity.dev>
2026-05-09 21:24:21 +00:00

49 lines
1.4 KiB
Plaintext

# .gitattributes
# Aliases
[attr]lfs filter=lfs diff=lfs merge=lfs -text
[attr]crlf eol=crlf
# Normalize
* text=auto eol=lf
# Windows
# *.bat crlf
# LFS, binary files
test/ironfox-nightly.aab lfs
# GitLab: syntax highlight
*.build gitlab-language=python
*.cfg gitlab-language=javascript
*.code-workspace gitlab-language=json
*.conf gitlab-language=python
*.configure gitlab-language=python
*.ftl gitlab-language=ini
*.jsonc gitlab-language=json
*.mn gitlab-language=makefile
*.mozconfig gitlab-language=shell
*.properties gitlab-language=ini
*.yml gitlab-language=yaml
.npmrc* gitlab-language=ini
machrc* gitlab-language=ini
# GitHub & Codeberg: languages and diffs
*.build linguist-language=PYTHON
*.cfg linguist-language=JAVASCRIPT
*.code-workspace linguist-language=JSON
*.conf linguist-language=PYTHON
*.configure linguist-language=PYTHON
*.ftl linguist-language=INI
*.jsonc linguist-language=JSON
*.mn linguist-language=MAKEFILE
*.mozconfig linguist-language=SHELL
*.properties linguist-language=INI
*.yml linguist-language=YAML
.npmrc* linguist-language=INI
machrc* linguist-language=INI
# Statistics
*.json linguist-detectable
# *.md linguist-detectable