mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
16 lines
231 B
Plaintext
16 lines
231 B
Plaintext
# General Java development.
|
|
.attach_pid*
|
|
.classpath
|
|
.DS_Store
|
|
.factorypath
|
|
.idea
|
|
!.idea/icon.svg
|
|
.project
|
|
.settings
|
|
target
|
|
*.iml
|
|
*.swp
|
|
|
|
# The Git repositories checked out by the integration test framework.
|
|
integration-tests/.repos
|