First commit

This commit is contained in:
2026-07-20 11:05:07 +02:00
commit b592ab669f
159 changed files with 10294 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# 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