Added build and node directory to gitignore file. (#1102)

This commit is contained in:
Jan Mussler 2020-08-12 15:45:00 +02:00 committed by GitHub
parent 808030ad17
commit 0d81f972a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -48,6 +48,8 @@ __pycache__/
# Distribution / packaging
.Python
ui/app/node_modules
ui/operator_ui/static/build
build/
develop-eggs/
dist/