diff options
Merge branch 'master' into selenium-e2e
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 1806b1932..5f2d2f551 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,12 @@ npm-debug.log node_modules -package-lock.json app/bower_components test/bower_components package +.idea + temp .tmp .sass-cache @@ -24,7 +25,10 @@ test/background.js test/bundle.js test/test-bundle.js +#ignore css output and sourcemaps +ui/app/css/output/ + notes.txt .coveralls.yml -.nyc_output
\ No newline at end of file +.nyc_output |