9 lines
116 B
Text
9 lines
116 B
Text
# Ignore everything in this directory
|
|
*
|
|
# Except this file
|
|
!.gitignore
|
|
|
|
# Except Dockerfile
|
|
!Dockerfile
|
|
|
|
!osm-data/
|