diff options
author | Vitaly Takmazov | 2016-07-11 11:56:33 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-07-11 11:56:33 +0300 |
commit | 3977d059599f96b1a31aeba587d63dbe7dce2b0a (patch) | |
tree | a5c063f63d3bd9d5bab597bf1f0cd63f3b9faa94 /.gitignore | |
parent | f632b71413afe7d199c4381be5530f0f8ea90486 (diff) |
ignore node_modules
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,4 +4,5 @@ deps/* **/juick.conf **/logging.properties **/build/** -.gradle/**
\ No newline at end of file +.gradle/** +**/node_modules/**
\ No newline at end of file |