chore: update gitignore, add translations
This commit is contained in:
+29
-2
@@ -29,8 +29,35 @@ traefik/certs/*
|
||||
|
||||
# Python
|
||||
.python-version
|
||||
.venv/
|
||||
venv/
|
||||
pyc
|
||||
unknown_errors.txt
|
||||
moonlogs.txt
|
||||
thumb.jpg
|
||||
antipm_pic.jpg
|
||||
musicbot/
|
||||
.trunk/
|
||||
previous_profiles/
|
||||
.python-version
|
||||
/modules/__pycache__/
|
||||
__pycache__/
|
||||
*.session
|
||||
*.session-old
|
||||
*.db
|
||||
*.sqlite3
|
||||
*-journal
|
||||
/venv/
|
||||
.venv/
|
||||
|
||||
#DataSecurity
|
||||
# DataSecurity
|
||||
replacements.txt
|
||||
|
||||
# Vscode
|
||||
.vscode
|
||||
|
||||
# Git
|
||||
.gitattributes
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
.idea
|
||||
Reference in New Issue
Block a user