0
This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
embedded-reactjs-example/.gitignore
2017-03-09 11:14:32 +03:00

28 lines
196 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/