Cleaned up unecessary files. Signed-off-by: JackCarterSmith <arechristopher1@gmail.com>
27 lines
194 B
Plaintext
27 lines
194 B
Plaintext
# eclipse
|
|
bin
|
|
eclipse
|
|
*.launch
|
|
.settings
|
|
.metadata
|
|
.classpath
|
|
.project
|
|
|
|
# idea
|
|
out
|
|
classes
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
.idea
|
|
|
|
# gradle
|
|
build
|
|
.gradle
|
|
|
|
# other
|
|
*.DS_Store*
|
|
run
|
|
!LICENSE
|
|
!README.*
|
|
!.gitignore |