diff options
author | Joffrey BION <joffrey.bion@gmail.com> | 2018-06-09 12:33:35 +0200 |
---|---|---|
committer | Joffrey BION <joffrey.bion@gmail.com> | 2018-06-09 12:49:52 +0200 |
commit | d2da0650eeb1ff0e48e948afe0e19bc7f95fd96d (patch) | |
tree | 166981c7a76d7a7301b292c3b1fd73e99f3dd012 /frontend/.gitignore | |
parent | Migrate to react 16 and blueprint 2 (diff) | |
download | seven-wonders-d2da0650eeb1ff0e48e948afe0e19bc7f95fd96d.tar.gz seven-wonders-d2da0650eeb1ff0e48e948afe0e19bc7f95fd96d.tar.bz2 seven-wonders-d2da0650eeb1ff0e48e948afe0e19bc7f95fd96d.zip |
Fix frontend gitignore
Diffstat (limited to 'frontend/.gitignore')
-rw-r--r-- | frontend/.gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/.gitignore b/frontend/.gitignore index b85d5828..cf5f39d6 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -1,7 +1,5 @@ -# See http://help.github.com/ignore-files/ for more about ignoring files. - # dependencies -../src/main/js/node_modules +node_modules # testing coverage |