mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 16:21:06 +00:00
Cleanup some files (#1166)
* Remove .cargo folders Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Remove rustfmt.toml Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Hide rustfmt.toml file Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Merge .gitignore files Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update commit hash after history-rewrite Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Try to hot-fix license scanner Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update .gitignore Co-authored-by: Chevdor <chevdor@users.noreply.github.com> * Undo changes to check-license Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3f0d28c836
commit
cd10c46146
+35
-10
@@ -1,13 +1,38 @@
|
||||
target/
|
||||
**/target/
|
||||
.idea
|
||||
.vscode
|
||||
!polkadot.service
|
||||
.cargo-remote.toml
|
||||
.direnv/
|
||||
.DS_Store
|
||||
/.cargo/config
|
||||
polkadot_argument_parsing
|
||||
**/node_modules
|
||||
**/chains/
|
||||
.env*
|
||||
.idea
|
||||
.local
|
||||
.vscode
|
||||
.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/
|
||||
|
||||
Reference in New Issue
Block a user