Added build and node directory to gitignore file. (#1102)
This commit is contained in:
parent
808030ad17
commit
0d81f972a1
|
|
@ -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