Modify .gitignore files so static/dist/tray_icons is kept

This commit is contained in:
Albert Zhang 2023-11-29 23:48:51 -05:00
parent 4725ac4674
commit f13961da67
No known key found for this signature in database
GPG key ID: D74C859E94CA6DDC
3 changed files with 7 additions and 3 deletions

6
.gitignore vendored
View file

@ -1,6 +1,8 @@
dist
# Allow static/dist to contain empty folders
./dist
node_modules
.env
.DS_Store
.idea/
.pnpm-store/
.pnpm-store/

View file

@ -1,3 +1,3 @@
*
!.gitignore
!tray_icons/.gitkeep
!tray_icons/

2
static/dist/tray_icons/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!.gitignore