diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f70506ad0..fbdcf4af5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,9 @@ target .buildpath .idea *.iml -**/logs/ +ui-react/node_modules +ui-react/build +**/package-lock.json **/.evosuite/ **/debug-logs/ *.log |