mirror of
https://github.com/HugeFrog24/go-telegram-bot.git
synced 2026-03-02 08:24:34 +00:00
md formatting doesnt work yet Started implementing owner feature Add .gitattributes to enforce LF line endings Temporary commit before merge Updated owner management Updated json and gitignore Proceed with role management Again, CI Fix some lint errors Implemented screening Per-bot API keys implemented Use getRoleByName func Fix unused imports Upgrade actions rm unused function Upgrade action Fix unaddressed errors
14 lines
274 B
Plaintext
14 lines
274 B
Plaintext
# Enforce LF line endings for all files
|
|
* text eol=lf
|
|
|
|
# Specific file types that should always have LF line endings
|
|
*.go text eol=lf
|
|
*.json text eol=lf
|
|
*.sh text eol=lf
|
|
*.md text eol=lf
|
|
|
|
# Example: Binary files should not be modified
|
|
*.jpg binary
|
|
*.png binary
|
|
*.gif binary
|