mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 04:21:08 +00:00
Add .gitignore (#13)
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
.DS_Store
|
||||
|
||||
target/
|
||||
*.jar
|
||||
!.mvn/wrapper/*.jar
|
||||
*.log
|
||||
|
||||
# idea
|
||||
*/.idea
|
||||
.idea/
|
||||
.idea/*
|
||||
*.iml
|
||||
!.idea/codeStyles
|
||||
!.idea/vcs.xml
|
||||
!.idea/eclipseCodeFormatter.xml
|
||||
|
||||
# eclipse
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
bin/
|
||||
Reference in New Issue
Block a user