mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
.gitignore
This commit is contained in:
parent
3ec0f2ec21
commit
9a13b3ebf2
1 changed files with 10 additions and 10 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
@ -10,19 +10,18 @@ mealie/temp/api.html
|
||||||
.temp/
|
.temp/
|
||||||
|
|
||||||
|
|
||||||
mealie/data/backups/*
|
app_data/backups/*
|
||||||
mealie/data/debug/*
|
app_data/debug/*
|
||||||
mealie/data/img/*
|
app_data/img/*
|
||||||
mealie/data/migration/*
|
app_data/migration/*
|
||||||
!mealie/dist/*
|
|
||||||
|
|
||||||
#Exception to keep folders
|
#Exception to keep folders
|
||||||
!mealie/dist/.gitkeep
|
!mealie/dist/.gitkeep
|
||||||
!mealie/data/backups/.gitkeep
|
!app_data/backups/.gitkeep
|
||||||
!mealie/data/backups/dev_sample_data*
|
!app_data/backups/dev_sample_data*
|
||||||
!mealie/data/debug/.gitkeep
|
!app_data/debug/.gitkeep
|
||||||
!mealie/data/migration/.gitkeep
|
!app_data/migration/.gitkeep
|
||||||
!mealie/data/img/.gitkeep
|
!app_data/img/.gitkeep
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
|
@ -153,3 +152,4 @@ ENV/
|
||||||
node_modules/
|
node_modules/
|
||||||
mealie/data/debug/last_recipe.json
|
mealie/data/debug/last_recipe.json
|
||||||
*.sqlite
|
*.sqlite
|
||||||
|
app_data/db/test.db
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue