Skip to content

Commit bae110f

Browse files
ggwpezchevdor
authored andcommitted
Cleanup some files (#1166)
* Remove .cargo folders Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Remove rustfmt.toml Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Hide rustfmt.toml file Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Merge .gitignore files Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Update commit hash after history-rewrite Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Try to hot-fix license scanner Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Update .gitignore Co-authored-by: Chevdor <[email protected]> * Undo changes to check-license Signed-off-by: Oliver Tale-Yazdi <[email protected]> --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: Chevdor <[email protected]>
1 parent ce576ce commit bae110f

File tree

12 files changed

+36
-247
lines changed

12 files changed

+36
-247
lines changed

.gitignore

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,38 @@
1-
target/
2-
**/target/
1+
!polkadot.service
2+
.cargo-remote.toml
3+
.direnv/
4+
.DS_Store
5+
.env*
36
.idea
7+
.local
48
.vscode
5-
.DS_Store
6-
/.cargo/config
7-
polkadot_argument_parsing
8-
**/node_modules
9-
**/chains/
9+
.wasm-binaries
10+
*.bin
1011
*.iml
11-
.env
12+
*.orig
13+
*.rej
14+
*.swp
1215
**/._*
13-
16+
**/.criterion/
17+
**/*.rs.bk
18+
**/chains/
19+
**/hfuzz_target/
20+
**/hfuzz_workspace/
21+
**/node_modules
22+
**/target/
23+
**/wip/*.stderr
24+
/.cargo/config
25+
/.envrc
26+
artifacts
27+
bin/node-template/Cargo.lock
28+
nohup.out
29+
polkadot_argument_parsing
30+
polkadot.*
31+
pwasm-alloc/Cargo.lock
32+
pwasm-libc/Cargo.lock
33+
release-artifacts
34+
release.json
35+
rls*.log
36+
runtime/wasm/target/
37+
substrate.code-workspace
38+
target/
File renamed without changes.

cumulus/.cargo/config.toml

Lines changed: 0 additions & 33 deletions
This file was deleted.

cumulus/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

cumulus/.rustfmt.toml

Lines changed: 0 additions & 28 deletions
This file was deleted.

polkadot/.cargo/config.toml

Lines changed: 0 additions & 33 deletions
This file was deleted.

polkadot/.gitignore

Lines changed: 0 additions & 16 deletions
This file was deleted.

polkadot/rustfmt.toml

Lines changed: 0 additions & 28 deletions
This file was deleted.

substrate/.cargo/config.toml

Lines changed: 0 additions & 33 deletions
This file was deleted.

substrate/.git-blame-ignore-revs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
#
1111
# You should add new commit hashes to this file when you create or find such big
1212
# automated refactorings while reading code history. If you only know the short hash,
13-
# use `git rev-parse 1d5abf01` to expand it to the full SHA1 hash needed in this file.
13+
# use `git rev-parse 7b56ab15b4` to expand it to the full SHA1 hash needed in this file.
1414

15-
1d5abf01abafdb6c15bcd0172f5de09fd87c5fbf # Run cargo fmt on the whole code base (#9394)
15+
7b56ab15b4a8e06df5eefc17e600e3c1419aede5 # Run cargo fmt on the whole code base (#9394)

0 commit comments

Comments
 (0)