mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 20:45:23 +02:00
resolve dev issues
This commit is contained in:
parent
f6ec9a5c1c
commit
cd4694d85e
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,7 +3,7 @@
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
frontend/.env.development
|
# frontend/.env.development
|
||||||
docs/site/
|
docs/site/
|
||||||
|
|
||||||
mealie/data/backups/*
|
mealie/data/backups/*
|
||||||
|
@ -11,6 +11,7 @@ mealie/data/debug/*
|
||||||
mealie/data/img/*
|
mealie/data/img/*
|
||||||
|
|
||||||
#Exception to keep folders
|
#Exception to keep folders
|
||||||
|
!mealie/dist/.gitkeep
|
||||||
!mealie/data/backups/.gitkeep
|
!mealie/data/backups/.gitkeep
|
||||||
!mealie/data/backups/dev_sample_data*
|
!mealie/data/backups/dev_sample_data*
|
||||||
!mealie/data/debug/.gitkeep
|
!mealie/data/debug/.gitkeep
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue