/
githubmirror
/
traefik
Обзор
Документация
Войти
/
githubmirror
/
traefik
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
webui/.gitignore
62 строки
765 B
Baptiste Mayelle
Restore empty webui/static to use traefik as library
01 сен 2025, 17:30
Не верифицирован
01 сен 2025, 17:30
5f28c56
Код
Авторство
О чём код?
# See http://help.github.com/ignore-files/ for more about ignoring files. # compiled output /dist /build /dist-server /tmp /out-tsc # dependencies /node_modules .yalc # IDEs and editors /.idea .project .classpath .c9/ *.launch .settings/ *.sublime-workspace # IDE - VSCode .vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json # misc /.sass-cache /connect.lock /coverage /libpeerconnection.log npm-debug.log yarn-error.log testem.log /typings # e2e /e2e/*.js /e2e/*.map # System Files .DS_Store Thumbs.db # env .env # yarn berry with no zero-installs .pnp.* .yarn/* !.yarn/patches !.yarn/plugins !.yarn/releases !.yarn/sdks !.yarn/versions # static assets static/* !static/DONT-EDIT-FILES-IN-THIS-DIRECTORY.md