chore: update .gitignore

This commit is contained in:
0xJacky 2023-05-05 14:20:09 +08:00
parent 82704733a4
commit 0982878211
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View file

@ -3,8 +3,9 @@
database.db database.db
tmp tmp
node_modules node_modules
/app.ini app.ini
dist dist
*.exe *.exe
*.po~ *.po~
nginx-ui nginx-ui
resources/development/nginx

1
docs/.gitignore vendored
View file

@ -2,3 +2,4 @@
!.yarn/releases !.yarn/releases
!.yarn/plugins !.yarn/plugins
.pnp.* .pnp.*
.vitepress/cache