mirror of
https://github.com/deunix-educ/Fail2banMqttActionBanishment.git
synced 2026-08-24 03:11:58 +02:00
27 lines
789 B
Plaintext
27 lines
789 B
Plaintext
# Normalisation des fins de ligne : tout le dépôt en LF
|
|
* text=auto eol=lf
|
|
|
|
*.py text eol=lf diff=python
|
|
*.sh text eol=lf
|
|
*.service text eol=lf
|
|
*.conf text eol=lf
|
|
*.local text eol=lf
|
|
*.md text eol=lf diff=markdown
|
|
*.json text eol=lf
|
|
|
|
# Fichiers binaires
|
|
*.png binary
|
|
*.jpg binary
|
|
*.mmdb binary
|
|
|
|
# Classification linguist : configurations fail2ban/firewall
|
|
generic/fail2ban/**/*.conf linguist-language=INI
|
|
generic/fail2ban/**/*.local linguist-language=INI
|
|
generic/firewall/*.conf linguist-language=Shell
|
|
generic/firewall/*.service linguist-language=INI
|
|
LICENSE linguist-detectable=false
|
|
|
|
# Bibliothèque tierce vendorisée (Leaflet) : ne pas reformater/normaliser,
|
|
# ne pas compter dans les stats de langage du dépôt
|
|
emitter/banevents/static/banevents/vendor/** -text linguist-vendored
|