Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@wahengchang
Last active October 10, 2021 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wahengchang/b774bf79236201f5c439cfd9135687e4 to your computer and use it in GitHub Desktop.
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
// 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