diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-03-25 12:39:51 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-03-25 12:39:51 +0100 |
commit | 713acbb4a31db01bc522012a1195eb870d6f29d7 (patch) | |
tree | 3363d7d4aa409fb6f8494a6c0e350e6c5482fb10 /.gitignore | |
parent | 25e2d8504b083aea2788076af7b83c4bf4ac1a04 (diff) | |
download | qtlocation-mapboxgl-713acbb4a31db01bc522012a1195eb870d6f29d7.tar.gz |
add package.json with reference to shader optimizer
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d358c1891d..944f7cde80 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ /ios/build /config.gypi /config.mk -/build
\ No newline at end of file +/build +/node_modules |