Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update .gitignore #652

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
2 changes: 2 additions & 0 deletions .github/workflows/aliro_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
with:
parallel: true
flag-name: Unit Test for webapp
debug: true

build_pypkg:
name: Unit Tests for scikit-learn API
Expand Down Expand Up @@ -90,6 +91,7 @@ jobs:
with:
parallel: true
flag-name: Unit Test for scikit-learn api
debug: true

coveralls_finish:
name: Publish Coveralls
Expand Down
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ MANIFEST

.xz
*.exe
# *.mp4
package-lock.json
package.json
package-copy.json
machine/code_runs/
machine/code_runs/
machine/test_trained_models/
projects.sample.json
users.sample.json
Loading