mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore: update .gitignore
This commit is contained in:
parent
82704733a4
commit
0982878211
2 changed files with 3 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
1
docs/.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
!.yarn/releases
|
!.yarn/releases
|
||||||
!.yarn/plugins
|
!.yarn/plugins
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
.vitepress/cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue