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 ed4449b commit 56ef7d1Copy full SHA for 56ef7d1
.gitignore
@@ -4,16 +4,11 @@
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
18
#*
19
.#*
@@ -46,15 +41,4 @@ profile.cov
46
41
# VS Code
47
42
.vscode
48
43
49
-# dashboard
50
-/dashboard/assets/flow-typed
51
-/dashboard/assets/node_modules
52
-/dashboard/assets/stats.json
53
-/dashboard/assets/bundle.js
54
-/dashboard/assets/bundle.js.map
55
-/dashboard/assets/package-lock.json
56
-
57
-**/yarn-error.log
58
-logs/
59
60
44
tests/spec-tests/
0 commit comments