Skip to content

Commit

Permalink
♻️ Add new folder deployments-zk to .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed May 12, 2024
1 parent e3c260e commit fe0c317
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ deployments_tenderly
cache-zk
cache_hardhat-zk
artifacts-zk
deployments-zk

# Miscellaneous files
bin
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ artifacts-zk
typechain-types
coverage
deployments
deployments-zk
deployments_tenderly
forge-artifacts
bin
Expand Down
1 change: 1 addition & 0 deletions .solhintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ artifacts-zk
typechain-types
coverage
deployments
deployments-zk
deployments_tenderly
forge-artifacts
bin
Expand Down
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = tseslint.config(
"typechain-types/**",
"coverage/**",
"deployments/**",
"deployments-zk/**",
"deployments_tenderly/**",
"forge-artifacts/**",
"bin/**",
Expand Down

0 comments on commit fe0c317

Please sign in to comment.