Added build and node directory to gitignore file.

This commit is contained in:
Jan Mußler 2020-08-12 15:34:21 +02:00
parent fc9ee76832
commit edd0c81f6c
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -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/