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
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,6 +1,8 @@
|
|||
dist
|
||||
# Allow static/dist to contain empty folders
|
||||
./dist
|
||||
|
||||
node_modules
|
||||
.env
|
||||
.DS_Store
|
||||
.idea/
|
||||
.pnpm-store/
|
||||
.pnpm-store/
|
||||
|
|
2
static/dist/.gitignore
vendored
2
static/dist/.gitignore
vendored
|
@ -1,3 +1,3 @@
|
|||
*
|
||||
!.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