chore: add environment and config files to gitignore

This commit is contained in:
developer3000S 2026-02-13 23:18:11 +03:00
parent 18524a1427
commit a150941db1

4
.gitignore vendored
View file

@ -14,6 +14,10 @@ bin/
config.json config.json
sessions/ sessions/
build/ build/
.env
.env.example
/config/config.json
/config/config.example.json
# Coverage # Coverage
coverage.txt coverage.txt