Added infra tests
This commit is contained in:
parent
719082c6a1
commit
5db6dc450a
5 changed files with 34 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
|||
# python
|
||||
__pycache__
|
||||
|
||||
# node/bower
|
||||
node_modules
|
||||
bower_components
|
||||
|
@ -9,3 +12,6 @@ bower_components
|
|||
assets/static/js/app-min.js
|
||||
assets/static/js/app.js
|
||||
assets/static/css
|
||||
|
||||
# Tests
|
||||
tests/venv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue