This website requires JavaScript.
Explore
Help
Register
Sign in
kumi
/
moneropro
Watch
1
Star
0
Fork
You've already forked moneropro
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b80cba1d1f
moneropro
/
.gitignore
7 lines
73 B
Text
Raw
Normal View
History
Unescape
Escape
fresh new version
2022-05-29 14:03:17 +00:00
__pycache__/
venv/
*.sqlite3
chore: update .gitignore for database journals Add *.sqlite3-journal to .gitignore to prevent SQLite journal files from being tracked by version control. This helps in maintaining a cleaner repository by excluding temporary files generated during database transactions.
2024-11-13 12:37:36 +00:00
*.sqlite3-journal
organize files to use with Docker
2024-11-11 22:58:39 +00:00
migrations/
data/
fix: address formatting and configuration inconsistencies - Add '.vscode/' to '.gitignore' to exclude editor settings. - Improve readability by converting single quotes to double quotes and reformatting long lines in Django settings and URLs. - Relocate the SQLite database path to a more standard location. - Enhance environment flexibility by adding dynamic handling for allowed hosts. - Remove deprecated database dependency in requirements. These updates enhance code clarity and maintainability, and prepare the codebase for potential migration to a more dynamic server configuration setup.
2024-11-12 12:45:40 +00:00
.vscode/
Reference in a new issue
Copy permalink