Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

83 changes: 0 additions & 83 deletions templates-api/src/main/assets/templates/base/root/gitignore

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ import com.itsaky.androidide.templates.BaseTemplateData
import com.itsaky.androidide.templates.ProjectTemplateData
import java.io.File

/**
* Get the asset path for base template.
*/
internal fun baseAsset(type: String, path: String): String {
return "templates/base/${type}/${path}"
}

internal fun BaseTemplateData.optonallyKts(file: String): String {
return if (useKts) "${file}.kts" else file
}
Expand Down
Loading