mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
16 lines
186 B
Text
16 lines
186 B
Text
# ignore eclipse project files
|
|
.project
|
|
.classpath
|
|
# ignore Intellij Idea project files
|
|
.idea
|
|
*.iml
|
|
/target/
|
|
|
|
/bin/
|
|
build
|
|
.settings/
|
|
/.gradle/
|
|
/gradle/
|
|
/gradlew
|
|
/gradlew.bat
|
|
.gitmodules
|