Skip to content

Commit

Permalink
Merge .gitignore files
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Aug 25, 2023
1 parent 57e2006 commit b51e38b
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 66 deletions.
43 changes: 34 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,38 @@
target/
**/target/
!polkadot.service
.cargo-remote.toml
.direnv/
.DS_Store
.env
.idea
.local
.vscode
.DS_Store
/.cargo/config
polkadot_argument_parsing
**/node_modules
**/chains/
.wasm-binaries
*.bin
*.iml
.env
*.orig
*.rej
*.swp
**/._*

**/.criterion/
**/*.rs.bk
**/chains/
**/hfuzz_target/
**/hfuzz_workspace/
**/node_modules
**/target/
**/wip/*.stderr
/.cargo/config
/.envrc
artifacts
bin/node-template/Cargo.lock
nohup.out
polkadot_argument_parsing
polkadot.*
pwasm-alloc/Cargo.lock
pwasm-libc/Cargo.lock
release-artifacts
release.json
rls*.log
runtime/wasm/target/
substrate.code-workspace
target/
11 changes: 0 additions & 11 deletions cumulus/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions polkadot/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions substrate/.gitignore

This file was deleted.

0 comments on commit b51e38b

Please sign in to comment.