chore: Update .gitignore to exclude static files
Adds /static/ directory to .gitignore to prevent accidentally committing generated static assets. Helps maintain a clean repository by excluding unnecessary files.
This commit is contained in:
parent
b6e7acc564
commit
25e78d424e
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,4 +3,5 @@ __pycache__/
|
|||
db.sqlite3
|
||||
venv/
|
||||
localsettings.py
|
||||
settings.ini
|
||||
settings.ini
|
||||
/static/
|
Loading…
Reference in a new issue