Skip to content

Commit 3257e83

Browse files
committed
chore(.gitignore): improve git ignore
1 parent 4b0db8b commit 3257e83

1 file changed

Lines changed: 4 additions & 18 deletions

File tree

.gitignore

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,10 @@
44
# or operating system, you probably want to add a global ignore instead:
55
# git config --global core.excludesfile ~/.gitignore_global
66

7-
/tmp
8-
*/**/*un~
97
*/**/*.test
108
*un~
119
.DS_Store
12-
*/**/.DS_Store
13-
.ethtest
14-
*/**/*tx_database*
15-
*/**/*dapps*
16-
build/_vendor/pkg
17-
/devnet
10+
1811
#*
1912
.#*
2013
*#
@@ -26,27 +19,20 @@ build/_vendor/pkg
2619
/build/_workspace/
2720
/build/cache/
2821
/build/bin/
29-
/XDC*.zip
3022

3123
# travis
3224
profile.tmp
3325
profile.cov
3426

3527
# IdeaIDE
36-
.idea
28+
.idea/
29+
*.iml
3730

3831
# VS Code
39-
.vscode
32+
.vscode/
4033

4134
# Vim
4235
.*.sw*
4336

4437
# git worktree
4538
/.worktrees/
46-
47-
**/yarn-error.log
48-
coverage.txt
49-
go.sum
50-
**/.terraform*
51-
cicd/devnet/tmp
52-
cicd/devnet/terraform/node-config.json

0 commit comments

Comments
 (0)