Skip to content

Commit 827ddf8

Browse files
authored
Merge pull request #977 from bcgov/release/1.43.0
Release 1.43.0
2 parents 52e4e98 + bd14679 commit 827ddf8

File tree

177 files changed

+10486
-5671
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+10486
-5671
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ var/
7777
.installed.cfg
7878
*.egg
7979
webpack-stats.json
80-
api-tests/.envrc
81-
functional-tests/.envrc
80+
app/backend/*.sh
8281
app/backend/.env
8382
*.secret_env
83+
app/backend/.pip
8484

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

134134
#virtual env
135135
/deactivate
136+
venv
136137
.venv
137138
venv
138139
.direnv
140+
app/backend/.env
141+
*.secret_env
139142

140143
# Frontend files
141144
frontend/webpack-stats.json

0 commit comments

Comments
 (0)