Skip to content

Commit

Permalink
chore: update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
albertchon committed Jan 8, 2022
1 parent f81912c commit 1266db3
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
# Build results
/target

# Cargo+Git helper file (https://github.com/rust-lang/cargo/blob/0.44.1/src/cargo/sources/git/utils.rs#L320-L327)
.cargo-ok
# macOS
.DS_Store

# Text file backups
**/*.rs.bk

# macOS
.DS_Store
# Build results
target/

# IDEs
.vscode/
.idea/
*.iml
.idea

# Auto-gen
.cargo-ok

# Build artifacts
*.wasm
hash.txt
contracts.txt
artifacts/

# code coverage
tarpaulin-report.*

packages/*/schema
contracts/*/schema

0 comments on commit 1266db3

Please sign in to comment.