Skip to content

Commit 1f93901

Browse files
add in the .gitignore the tmp folder generated by useEphemeralFixtureProject
1 parent be02719 commit 1f93901

File tree

15 files changed

+45
-0
lines changed

15 files changed

+45
-0
lines changed

Diff for: v-next/hardhat-errors/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# test coverage output
1111
coverage
12+
13+
# all the tmp folders in the fixture projects
14+
/test/fixture-projects/tmp/

Diff for: v-next/hardhat-ethers-chai-matchers/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# test coverage output
1111
coverage
12+
13+
# all the tmp folders in the fixture projects
14+
/test/fixture-projects/tmp/

Diff for: v-next/hardhat-ethers/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# test coverage output
1111
coverage
12+
13+
# all the tmp folders in the fixture projects
14+
/test/fixture-projects/tmp/

Diff for: v-next/hardhat-keystore/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# test coverage output
1111
coverage
12+
13+
# all the tmp folders in the fixture projects
14+
/test/fixture-projects/tmp/

Diff for: v-next/hardhat-mocha/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# test coverage output
1111
coverage
12+
13+
# all the tmp folders in the fixture projects
14+
/test/fixture-projects/tmp/

Diff for: v-next/hardhat-network-helpers/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# test coverage output
1111
coverage
12+
13+
# all the tmp folders in the fixture projects
14+
/test/fixture-projects/tmp/

Diff for: v-next/hardhat-node-test-reporter/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@
1010
# test coverage output
1111
coverage
1212

13+
# all the tmp folders in the fixture projects
14+
/test/fixture-projects/tmp/
15+
1316
/integration-tests/fixture-tests/*/result.actual.txt

Diff for: v-next/hardhat-node-test-runner/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# test coverage output
1111
coverage
12+
13+
# all the tmp folders in the fixture projects
14+
/test/fixture-projects/tmp/

Diff for: v-next/hardhat-test-utils/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# test coverage output
1111
coverage
12+
13+
# all the tmp folders in the fixture projects
14+
/test/fixture-projects/tmp/

Diff for: v-next/hardhat-typechain/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# test coverage output
1111
coverage
12+
13+
# all the tmp folders in the fixture projects
14+
/test/fixture-projects/tmp/

Diff for: v-next/hardhat-utils/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# test coverage output
1111
coverage
12+
13+
# all the tmp folders in the fixture projects
14+
/test/fixture-projects/tmp/

Diff for: v-next/hardhat-viem/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# test coverage output
1111
coverage
12+
13+
# all the tmp folders in the fixture projects
14+
/test/fixture-projects/tmp/

Diff for: v-next/hardhat-zod-utils/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# test coverage output
1111
coverage
12+
13+
# all the tmp folders in the fixture projects
14+
/test/fixture-projects/tmp/

Diff for: v-next/hardhat/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# test coverage output
1111
coverage
12+
13+
# all the tmp folders in the fixture projects
14+
/test/fixture-projects/tmp/

Diff for: v-next/template-package/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# test coverage output
1111
coverage
12+
13+
# all the tmp folders in the fixture projects
14+
/test/fixture-projects/tmp/

0 commit comments

Comments
 (0)