Last active
October 10, 2021 13:24
-
-
Save wahengchang/b774bf79236201f5c439cfd9135687e4 to your computer and use it in GitHub Desktop.
This is .gitignore for truffle, fork from openzeppelin-contracts: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/.gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// fork: openzeppelin-contracts | |
// https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/.gitignore | |
*.swp | |
*.swo | |
# Logs | |
logs | |
*.log | |
# Runtime data | |
pids | |
*.pid | |
*.seed | |
allFiredEvents | |
scTopics | |
# Coverage directory used by tools like istanbul | |
coverage | |
coverage.json | |
coverageEnv | |
# node-waf configuration | |
.lock-wscript | |
# Dependency directory | |
node_modules | |
# Debug log from npm | |
npm-debug.log | |
# local env variables | |
.env | |
# truffle build directory | |
build/ | |
# macOS | |
.DS_Store | |
# truffle | |
.node-xmlhttprequest-* | |
# IntelliJ IDE | |
.idea | |
# docs artifacts | |
docs/modules/api | |
# only used to package @openzeppelin/contracts | |
contracts/build/ | |
contracts/README.md | |
# temporary artifact from solidity-coverage | |
allFiredEvents | |
.coverage_artifacts | |
.coverage_cache | |
.coverage_contracts | |
# hardhat | |
cache | |
artifacts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment