Skip to content

Commit

Permalink
Merge pull request #977 from bcgov/release/1.43.0
Browse files Browse the repository at this point in the history
Release 1.43.0
  • Loading branch information
DerekRoberts authored Nov 1, 2018
2 parents 52e4e98 + bd14679 commit 827ddf8
Show file tree
Hide file tree
Showing 177 changed files with 10,486 additions and 5,671 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ var/
.installed.cfg
*.egg
webpack-stats.json
api-tests/.envrc
functional-tests/.envrc
app/backend/*.sh
app/backend/.env
*.secret_env
app/backend/.pip

# PyInstaller and Pip install files
# Usually these files are written by a python script from a template
Expand Down Expand Up @@ -133,9 +133,12 @@ functional-tests/src/test/groovy/testtamplet.txt

#virtual env
/deactivate
venv
.venv
venv
.direnv
app/backend/.env
*.secret_env

# Frontend files
frontend/webpack-stats.json
Expand Down
Loading

0 comments on commit 827ddf8

Please sign in to comment.