diff options
test - e2e - inject metamask config to point at localhost
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 21a13c904..fcf520641 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ test/bundle.js test/test-bundle.js test-artifacts +test-builds #ignore css output and sourcemaps ui/app/css/output/ @@ -38,4 +39,4 @@ ui/app/css/output/ notes.txt .coveralls.yml -.nyc_output
\ No newline at end of file +.nyc_output |