Modify .gitignore files so static/dist/tray_icons is kept
This commit is contained in:
parent
4725ac4674
commit
f13961da67
3 changed files with 7 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
||||||
dist
|
# Allow static/dist to contain empty folders
|
||||||
|
./dist
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
.env
|
.env
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
2
static/dist/.gitignore
vendored
2
static/dist/.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
*
|
*
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!tray_icons/.gitkeep
|
!tray_icons/
|
||||||
|
|
2
static/dist/tray_icons/.gitignore
vendored
Normal file
2
static/dist/tray_icons/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
Loading…
Reference in a new issue