mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 07:10:53 +03:00
27 lines
195 B
Plaintext
27 lines
195 B
Plaintext
# IntelliJ IDEA
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# Eclipe
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
|
|
# Output dirs
|
|
out/
|
|
target/
|
|
classes/
|
|
bin/
|
|
build/
|
|
docs/
|
|
.gradle/
|
|
sshj.jar
|
|
|
|
# MacOS X
|
|
.DS_Store
|
|
|
|
# VSCode
|
|
.metals/
|