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

4
.gitignore vendored
View file

@ -1,4 +1,6 @@
dist # Allow static/dist to contain empty folders
./dist
node_modules node_modules
.env .env
.DS_Store .DS_Store

View file

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

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

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