chore: ignore geobuf tests files and node_modules

This commit is contained in:
jingsam 2018-11-07 14:49:51 +08:00
parent b8ffdda32e
commit 752f77d58e

4
.gitignore vendored
View File

@ -40,9 +40,13 @@ unit
# Tests # Tests
tests/**/*.mbtiles tests/**/*.mbtiles
tests/**/*.check tests/**/*.check
tests/**/*.geobuf
# Vim # Vim
*.swp *.swp
# Mac # Mac
.DS_Store .DS_Store
# Nodejs
node_modules