Orbital-Satellite/.gitignore
JackCarterSmith 97dcabc527 Updated config to the new version format
Cleaned up unecessary files.

Signed-off-by: JackCarterSmith <arechristopher1@gmail.com>
2020-04-01 00:30:17 +02:00

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