mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 03:30:05 +00:00
Version 3 starter
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@@ -1,5 +1,20 @@
|
||||
.DS_Store
|
||||
.idea
|
||||
.env
|
||||
.DS_Store
|
||||
._*
|
||||
*.code-workspace
|
||||
vendor
|
||||
dist
|
||||
backend/config.json
|
||||
backend/internal/api/handler/assets
|
||||
test/node_modules
|
||||
*/node_modules
|
||||
docs/.vuepress/dist
|
||||
frontend/build
|
||||
frontend/yarn-error.log
|
||||
frontend/yarn.lock
|
||||
frontend/.npmrc
|
||||
test/cypress/fixtures/example.json
|
||||
.vscode
|
||||
certbot-help.txt
|
||||
docker-build
|
||||
data
|
Reference in New Issue
Block a user