Fixed .gitignore

This commit is contained in:
Erik C. Thauvin 2020-02-25 16:01:42 -08:00
parent 930b7b42f2
commit a52df9c4b5
3 changed files with 5 additions and 3 deletions

8
.gitignore vendored
View file

@ -1,9 +1,13 @@
__pycache__
.vscode/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
!.vscode/tasks.json
*.jar
!gradle-wrapper.jar
__pycache__
.classpath
.DS_Store
.gradle
@ -16,13 +20,11 @@ __pycache__
.project
.scannerwork
.settings
.vscode/*
*.class
*.code-workspace
*.ctxt
*.ear
*.iws
*.jar
*.log
*.nar
*.rar

BIN
gradle/wrapper/gradle-wrapper.jar vendored Normal file

Binary file not shown.

0
gradlew vendored Normal file → Executable file
View file