Added build and node directory to gitignore file.
This commit is contained in:
parent
fc9ee76832
commit
edd0c81f6c
|
|
@ -48,6 +48,8 @@ __pycache__/
|
||||||
|
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
.Python
|
.Python
|
||||||
|
ui/app/node_modules
|
||||||
|
ui/operator_ui/static/build
|
||||||
build/
|
build/
|
||||||
develop-eggs/
|
develop-eggs/
|
||||||
dist/
|
dist/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue