Archived
0
This repository has been archived on 2022-04-17. You can view files and clone it, but cannot push or open issues or pull requests.
Files
asys/.gitignore
2016-12-05 02:47:24 +03:00

25 lines
168 B
Plaintext

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