mod gitignore
This commit is contained in:
parent
5f661851e5
commit
bd06859579
22
.gitignore
vendored
22
.gitignore
vendored
@ -11,12 +11,18 @@ venv
|
|||||||
!/static/uploads/.gitkeep
|
!/static/uploads/.gitkeep
|
||||||
!/cache/.gitkeep
|
!/cache/.gitkeep
|
||||||
=======
|
=======
|
||||||
.venv
|
.venv
|
||||||
venv
|
venv
|
||||||
|
|
||||||
/cache/
|
/cache/
|
||||||
!/cache/.gitkeep
|
!/cache/.gitkeep
|
||||||
|
|
||||||
/static/uploads/
|
/static/uploads/
|
||||||
!/static/uploads/.gitkeep
|
!/static/uploads/.gitkeep
|
||||||
>>>>>>> 94e4367c31b015af0d4c0e4325ec73836c63754e
|
>>>>>>> 94e4367c31b015af0d4c0e4325ec73836c63754e
|
||||||
|
|
||||||
|
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
.cache/
|
||||||
|
*.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user