diff --git a/.gitignore b/.gitignore index 68641e2c..bdabffbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # See https://help.github.com/ignore-files/ for more about ignoring files. # dependencies -/node_modules +node_modules # testing /coverage @@ -21,3 +21,4 @@ yarn-debug.log* yarn-error.log* /legacy/web/lib +/legacy/web/app.min.js