diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-03-26 11:51:05 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-03-26 11:51:05 +0100 |
commit | 249b42a29dd6c93eaadd321ae1f6d95cd7b4382e (patch) | |
tree | cb8fc3475f111a3c77dc9cd688e9dc4ebde2680a /.gitignore | |
parent | c76ce8e6aa60a862ecee1ed626ac1fea4f1a4c04 (diff) | |
download | qtlocation-mapboxgl-249b42a29dd6c93eaadd321ae1f6d95cd7b4382e.tar.gz |
move node modules to bin/ folder to fix build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2f1e1b2b87..bc11cf95a5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ /config.gypi /config.mk /build -/node_modules +/bin/node_modules /include/llmr/shader/shaders.hpp /include/llmr/style/resources.hpp /src/shader/shaders.cpp |