Add folders into the gitignore file.

This commit is contained in:
2018-05-25 19:01:51 +02:00
parent 4cf756dc54
commit f292873525

5
.gitignore vendored
View File

@@ -22,3 +22,8 @@ nbbuild/
dist/ dist/
nbdist/ nbdist/
.nb-gradle/ .nb-gradle/
### Angular ###
src/main/resources/static/
src/main/ts/node_modules/
node/