Files
kubeshark/ui/.gitignore
lirazyehezkel 39f0b74897 Split UI build (#681)
* Split ui build into build and build-ent folders

* remove is_standalone var

Co-authored-by: RoyUP9 <87927115+RoyUP9@users.noreply.github.com>
2022-01-24 10:02:35 +02:00

31 lines
358 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
/.idea/
*.pyc
*.iml
/results/
.idea
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
/build-ent
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*