Add Eclipse *.launch files to the gitignore (#37)

pull/47/head
Caroline Joy Bell 4 years ago committed by GitHub
parent 0028e328c8
commit 01ae0cd3ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.gitignore vendored

@ -5,6 +5,10 @@ build/
out/
classes/
# eclipse
*.launch
# idea
.idea/
@ -22,4 +26,4 @@ bin/
# fabric
run/
run/

Loading…
Cancel
Save