Skip to content

Commit

Permalink
Add node modules to the gitignore (eclipse-che#4727)
Browse files Browse the repository at this point in the history
* Add node modules to the gitignore

Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
  • Loading branch information
Vitalii Parfonov authored Apr 6, 2017
1 parent da6cf01 commit 62a76b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@ docs/.sass-cache
docs/.jekyll-metadata
docs/assets/imgs
!assembly/assembly-main/src/assembly/bin/


# NodeJs modules #
##################
plugins/plugin-terminal-ui/node_modules/
plugins/plugin-terminal-ui/build/

0 comments on commit 62a76b1

Please sign in to comment.