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
2017-03-06 21:46:55 +03:00

29 lines
209 B
Plaintext

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