diff options
author | mdxd44 <ogurec332@mail.ru> | 2022-04-03 03:48:05 +0900 |
---|---|---|
committer | mdxd44 <ogurec332@mail.ru> | 2022-04-03 03:49:13 +0900 |
commit | 4b5857eccf18641fba5e679c1133785ec93e5669 (patch) | |
tree | bbfa9ef8c0f31d44575e888c8aaaf1364a511f09 /.gitignore | |
parent | 1c63ce46241e8df6f35f33533b808184811863ca (diff) | |
download | LimboAuth-4b5857eccf18641fba5e679c1133785ec93e5669.tar.gz LimboAuth-4b5857eccf18641fba5e679c1133785ec93e5669.tar.bz2 LimboAuth-4b5857eccf18641fba5e679c1133785ec93e5669.zip |
Exclude useless jna natives, relocate not relocated dependencies, update dependencies, update gradle, fix checkstyle, fix gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 1 insertions, 24 deletions
@@ -1,17 +1,6 @@ -# User-specific stuff +# IntelliJ user-specific stuff .idea/ - *.iml -*.ipr -*.iws - -# IntelliJ -out/ -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml # Compiled class file *.class @@ -19,14 +8,8 @@ atlassian-ide-plugin.xml # Log file *.log -# BlueJ files -*.ctxt - # Package Files *.jar -*.war -*.nar -*.ear *.zip *.tar.gz *.rar @@ -104,12 +87,6 @@ $RECYCLE.BIN/ .gradle build/ -# Ignore Gradle GUI config -gradle-app.setting - -# Cache of project -.gradletasknamecache - # Gradle Patch **/build/ |