mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-25 05:55:41 -04:00
27 lines
188 B
Plaintext
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
|