git: Make user to manually add test results
This commit is contained in:
parent
9c1109beee
commit
971ee9f834
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,6 +11,9 @@ node_modules/
|
||||||
# bolt
|
# bolt
|
||||||
.bolt-work/
|
.bolt-work/
|
||||||
|
|
||||||
|
# these are ignored to avoid a lot of bloat in IDEs
|
||||||
|
/.test-infrastructure/snapshots/
|
||||||
|
|
||||||
# build directories
|
# build directories
|
||||||
/lib/
|
/lib/
|
||||||
/build/
|
/build/
|
||||||
|
|
Loading…
Reference in a new issue