OpenComputers/.gitignore
2017-10-16 18:03:06 -07:00

27 lines
188 B
Plaintext

# Gradle
/.gradle
/build
# Eclipse
/.classpath
/.project
/.settings
/bin
# IntelliJ IDEA
/*.iml
/*.ipr
/*.iws
/.idea
/out
# Debugging
/eclipse
/run
# OS X
.DS_Store
# VSCode
/.vscode