1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Merge pull request #403 from paulpolushkin/idea-fix

ignore Intellij Idea project files
This commit is contained in:
Sean Leary 2018-03-19 19:10:29 -05:00 committed by GitHub
commit 06e9ad280f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
# ignore eclipse project files # ignore eclipse project files
.project .project
.classpath .classpath
# ignore Intellij Idea project files
.idea
*.iml