diff options
author | Markus Koch <markus@notsyncing.net> | 2020-04-26 17:29:40 +0200 |
---|---|---|
committer | Markus Koch <markus@notsyncing.net> | 2020-04-26 17:29:46 +0200 |
commit | 916914d4e941cc2b2dc0f1be58be3548d93ca496 (patch) | |
tree | ce211546fb7400d8118a3963ae4d6a77f22cdcb8 | |
parent | a1c50a3cfb61d4268518b08ec84b77c4dbca643b (diff) | |
download | lifomapserver-916914d4e941cc2b2dc0f1be58be3548d93ca496.tar.gz lifomapserver-916914d4e941cc2b2dc0f1be58be3548d93ca496.tar.bz2 lifomapserver-916914d4e941cc2b2dc0f1be58be3548d93ca496.zip |
Update gitignore to exclude .json files in scripts/
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1 +1,3 @@ htdocs/tiles/**/ +scripts/geojson/*.json +scripts/geojson/**/*.json |