diff --git a/.gitignore b/.gitignore index 24e161b..d4e74c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,48 @@ -# Project exclude paths -/target/ +.gradle +**/build/ +!src/**/build/ + +### JetBrains template +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/dictionaries +.idea/**/shelf + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +gradle + +# Ignore Gradle GUI config +gradle-app.setting + +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) +!gradle-wrapper.jar + +# Avoid ignore Gradle wrappper properties +!gradle-wrapper.properties + +# Cache of project +.gradletasknamecache + +# Eclipse Gradle plugin generated files +# Eclipse Core +.project +# JDT-specific (Eclipse Java Development Tools) +.classpath # Exploits plugin /src/main/java/land/chipmunk/chayapak/chomens_bot/plugins/ExploitsPlugin.java diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 0ef6238..e766e0f 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -3,12 +3,15 @@ - - - + - + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index 4bafafd..bc7b26a 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -36,5 +36,15 @@