mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-06-11 01:34:46 -04:00
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>
49 lines
1.4 KiB
Plaintext
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
|