We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0db8b commit 3257e83Copy full SHA for 3257e83
1 file changed
.gitignore
@@ -4,17 +4,10 @@
4
# or operating system, you probably want to add a global ignore instead:
5
# git config --global core.excludesfile ~/.gitignore_global
6
7
-/tmp
8
-*/**/*un~
9
*/**/*.test
10
*un~
11
.DS_Store
12
-*/**/.DS_Store
13
-.ethtest
14
-*/**/*tx_database*
15
-*/**/*dapps*
16
-build/_vendor/pkg
17
-/devnet
+
18
#*
19
.#*
20
*#
@@ -26,27 +19,20 @@ build/_vendor/pkg
26
/build/_workspace/
27
/build/cache/
28
21
/build/bin/
29
-/XDC*.zip
30
22
31
23
# travis
32
24
profile.tmp
33
25
profile.cov
34
35
# IdeaIDE
36
-.idea
+.idea/
+*.iml
37
38
# VS Code
39
-.vscode
+.vscode/
40
41
# Vim
42
.*.sw*
43
44
# git worktree
45
/.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