Better Linux & VSCode Support

Mark the gradlew bash script as executable and add the .vscode editor config folder to the gitignore. Also the bin folder because the VSCode Java extension has a bad habit of dumping tons of temp files there for some reason.
pull/10/head
DaveyL2013 2 months ago
parent 75c50e2a3c
commit fabffc9e3e

2
.gitignore vendored

@ -1,5 +1,7 @@
.gradle/
.idea/
.vscode/
bin/
build/
out/
run/

Loading…
Cancel
Save