Skip to content

Commit

Permalink
Merge pull request #6 from BolarityNetwork/main-develop
Browse files Browse the repository at this point in the history
update develop branch into main
  • Loading branch information
Acaishiba authored Aug 4, 2024
2 parents 2685e4a + 4e8630c commit fd820c4
Show file tree
Hide file tree
Showing 362 changed files with 5,668 additions and 57,499 deletions.
42 changes: 21 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# Generated by Cargo
# will have compiled files and executables
**/target/
**/node_modules/
# These are backup files generated by rustfmt
**/*.rs.bk
*.swp
.wasm-binaries
polkadot/runtime/wasm/target/
core/executor/wasm/target/
core/test-runtime/wasm/target/
pwasm-alloc/target/
pwasm-libc/target/
pwasm-alloc/Cargo.lock
pwasm-libc/Cargo.lock
node/runtime/wasm/target/
**/._*
**/.criterion/
.vscode
polkadot.*

.nvim/

.DS_Store
.idea/
.cargo-remote.toml

# Added by cargo
/target
# direnv files
.envrc
.direnv

node_modules

node_modules
chain-data
deploy/testnet/config.env
deploy/testnet/chainspec.json
testenv

# NixOS development environment
.envrc
blockscout/services/blockscout-db-data
blockscout/services/logs
blockscout/services/redis-data
blockscout/services/stats-db-data
Loading

0 comments on commit fd820c4

Please sign in to comment.