clearml-web/.gitignore

50 lines
612 B
Plaintext
Raw Permalink Normal View History

2020-06-04 15:07:14 +00:00
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/build*
/dist
/tmp
/out-tsc
/gen-code
/src/__ngcc_entry_points__.json
# dependencies
/node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.vim/
2020-06-04 15:07:14 +00:00
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
2023-05-23 13:02:13 +00:00
/.angular/cache
2020-06-04 15:07:14 +00:00
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
testem.log
/typings
yarn-error.log
gen-code
# e2e
/e2e/*.js
/e2e/*.map
# System Files
.DS_Store
Thumbs.db