mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 15:39:22 +08:00
Basic project structure.
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
eclipsebin
|
||||
|
||||
bin
|
||||
gen
|
||||
build
|
||||
out
|
||||
lib
|
||||
|
||||
target
|
||||
pom.xml.*
|
||||
release.properties
|
||||
|
||||
.idea
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
classes
|
||||
|
||||
obj
|
||||
|
||||
.DS_Store
|
Reference in New Issue
Block a user