We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9667397 commit 860eb96Copy full SHA for 860eb96
1 file changed
.gitignore
@@ -30,6 +30,8 @@ psql/world.sql
30
psql/cities.sql
31
sqlserver/world.sql
32
sqlserver/cities.sql
33
+toon/cities.toon
34
+geojson/cities.geojson
35
36
# Exclude uncompressed large SQLite files
37
sqlite/world.sqlite3
@@ -55,6 +57,8 @@ csv/translations.csv
55
57
# Always track ALL compressed files (.gz)
56
58
!*.sql.gz
59
!*.json.gz
60
+!*.toon.gz
61
+!*.geojson.gz
62
!*.sqlite3.gz
63
.claude/*
64
!.claude/CLAUDE.md
0 commit comments