Skip to content

Commit ef4a94d

Browse files
authored
Merge pull request #4522 from NomicFoundation/alcuadrado-patch-1
Use relative paths in the recommended .gitignore
2 parents 223da11 + b46ccf4 commit ef4a94d

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.changeset/soft-lobsters-rush.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"hardhat": patch
3+
---
4+
5+
Updated the `.gitignore` files generated during project initialization to use relative paths
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
node_modules
22
.env
3-
coverage
4-
coverage.json
5-
typechain
6-
typechain-types
73

84
# Hardhat files
9-
cache
10-
artifacts
5+
/cache
6+
/artifacts
117

8+
# TypeChain files
9+
/typechain
10+
/typechain-types
11+
12+
# solidity-coverage files
13+
/coverage
14+
/coverage.json

0 commit comments

Comments
 (0)