Skip to content

Commit 04d6733

Browse files
author
bohendo
committed
add some test artifacts to gitignore
1 parent be1fdb9 commit 04d6733

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: ["ubuntu-latest", "windows-2022"]
21-
type: ["brownie", "buidler", "dapp", "embark", "etherlime", "hardhat", "solc", "truffle", "waffle", "foundry"]
21+
type: ["brownie", "buidler", "dapp", "embark", "etherlime", "hardhat", "solc", "truffle", "waffle", "foundry", "monorepo"]
2222
exclude:
2323
# Currently broken, tries to pull git:// which is blocked by GH
2424
- type: embark

.gitignore

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
*.nix
2+
*.pyc
13
.idea/
2-
crytic_compile.egg-info/
34
__pycache__/
4-
*.pyc
5+
artifacts
56
build/
6-
dist/
7+
cache
8+
crytic_compile.egg-info/
9+
dist/
10+
node_modules
11+
package-lock.json
12+
result

0 commit comments

Comments
 (0)