-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
- Loading branch information
Showing
2 changed files
with
27 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,22 @@ | ||
# Compiled class file | ||
*.class | ||
|
||
# Log file | ||
*.log | ||
|
||
# BlueJ files | ||
*.ctxt | ||
|
||
# Mobile Tools for Java (J2ME) | ||
.mtj.tmp/ | ||
|
||
# Package Files # | ||
*.jar | ||
*.war | ||
*.nar | ||
*.ear | ||
*.zip | ||
*.tar.gz | ||
*.rar | ||
|
||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | ||
hs_err_pid* | ||
|
||
.gradle | ||
**/build/ | ||
!src/**/build/ | ||
# Use **/*.* since if a directory is ignored, children of that directory *cannot* be unignored using ! again. | ||
.idea/**/*.* | ||
!.idea/icon.svg | ||
!.idea/dictionaries/default_user.xml | ||
!.idea/scopes/Mixins.xml | ||
!.idea/liveTemplates/SkyHanni.xml | ||
.vscode/ | ||
run/ | ||
**/.vscode/ | ||
**/.idea/ | ||
|
||
# Ignore Gradle GUI config | ||
gradle-app.setting | ||
|
||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | ||
!gradle-wrapper.jar | ||
build/ | ||
bin/ | ||
|
||
# Cache of project | ||
.gradletasknamecache | ||
# gradle | ||
build | ||
gradle.properties | ||
.gradle | ||
|
||
# Eclipse Gradle plugin generated files | ||
# Eclipse Core | ||
.project | ||
# JDT-specific (Eclipse Java Development Tools) | ||
.classpath | ||
.vscode/settings.json | ||
bin/ | ||
eclipse-formatter.xml | ||
/.vscode/ | ||
# other | ||
.DS_STORE | ||
|
||
.devauth/* | ||
!.devauth/config.toml | ||
.kotlin |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.