traefik/webui/.gitignore

33 lines
443 B
Plaintext
Raw Normal View History

2019-08-26 16:15:41 +00:00
.quasar
.DS_Store
2019-08-26 16:15:41 +00:00
.thumbs.db
node_modules
2018-04-27 11:12:04 +00:00
/dist
2019-08-26 16:15:41 +00:00
/dev_local
/src-cordova/node_modules
/src-cordova/platforms
/src-cordova/plugins
/src-cordova/www
2018-04-27 11:12:04 +00:00
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2018-04-27 11:12:04 +00:00
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
2019-08-26 16:15:41 +00:00
# local env files
.env.local
.env.*.local
# static assets (ignore all except the DO NOT EDIT file)
static/*
!static/DONT-EDIT-FILES-IN-THIS-DIRECTORY.md