Archived
0
This repository has been archived on 2025-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
shell/.gitignore
2015-09-11 12:56:31 +03:00

21 lines
149 B
Plaintext

## IDEA ##
.idea/
out/
*.iml
*.ipr
*.iws
## ECLIPSE ##
.settings/
bin/
.classpath
.project
## GRADLE ##
.gradle/
build/
## OTHER ##
libs/
target/