fix gitignore
This commit is contained in:
parent
d3da1c57f8
commit
f369e5f6c5
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,11 +1,12 @@
|
||||
.gradle
|
||||
gradlew.bat
|
||||
build/
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea/*
|
||||
/.idea/
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
@ -40,5 +41,3 @@ bin/
|
||||
|
||||
### Mac OS ###
|
||||
.DS_Store
|
||||
/app/src/test/resources/debian-images/
|
||||
/app/src/test/resources/squashfs-root/
|
||||
|
8
.idea/artifacts/api_jvm.xml
generated
8
.idea/artifacts/api_jvm.xml
generated
@ -1,8 +0,0 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="jar" name="api-jvm">
|
||||
<output-path>$PROJECT_DIR$/api/build/libs</output-path>
|
||||
<root id="archive" name="api-jvm.jar">
|
||||
<element id="module-output" name="planterette.api.jvmMain" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
12
.idea/kotlinc.xml
generated
12
.idea/kotlinc.xml
generated
@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Kotlin2JsCompilerArguments">
|
||||
<option name="moduleKind" value="plain" />
|
||||
</component>
|
||||
<component name="Kotlin2JvmCompilerArguments">
|
||||
<option name="jvmTarget" value="1.8" />
|
||||
</component>
|
||||
<component name="KotlinJpsPluginSettings">
|
||||
<option name="version" value="2.2.0" />
|
||||
</component>
|
||||
</project>
|
7
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
7
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
Loading…
x
Reference in New Issue
Block a user