mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-08-03 19:17:27 -04:00
Cleaned up and added .gitignore.
This commit is contained in:
parent
4be960a693
commit
0aa05ea6df
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
# Gradle
|
||||
/.gradle
|
||||
/build
|
||||
|
||||
# Eclipse
|
||||
/.classpath
|
||||
/.project
|
||||
/.settings
|
||||
/bin
|
||||
|
||||
# IntelliJ IDEA
|
||||
/*.iml
|
||||
/*.ipr
|
||||
/*.iws
|
||||
/.idea
|
||||
/out
|
||||
|
||||
# Debugging
|
||||
/eclipse
|
||||
/run
|
Loading…
x
Reference in New Issue
Block a user