mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-02 02:55:28 -04:00
19 lines
216 B
Plaintext
19 lines
216 B
Plaintext
# ignore eclipse project files
|
|
.project
|
|
.classpath
|
|
# ignore vscode files
|
|
.vscode
|
|
# ignore Intellij Idea project files
|
|
.idea
|
|
*.iml
|
|
/target/
|
|
|
|
/bin/
|
|
build
|
|
.settings/
|
|
/.gradle/
|
|
/gradle/
|
|
/gradlew
|
|
/gradlew.bat
|
|
.gitmodules
|