diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-07-09 11:04:44 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-07-09 11:04:44 -0700 |
commit | 5fe36a3cb055dd8be94186dfb75d5be3499956af (patch) | |
tree | 27d8177f8f0003460e8238bff1d4c48279dc7d51 /.gitignore | |
parent | 7bf4193ab9c17b015596beacd5a23871d136c649 (diff) | |
download | qtlocation-mapboxgl-5fe36a3cb055dd8be94186dfb75d5be3499956af.tar.gz |
add node_modules to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c2ddb1a0c3..e62b74b4a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store *.xcodeproj *.o +/node_modules /mapnik-packaging /macosx/build /ios/build |