Skip to content
Draft
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
29 changes: 10 additions & 19 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,20 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4
trim_trailing_whitespace = true

# Source code
[*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,vue}]
indent_size = 2
tab_width = 2
trim_trailing_whitespace = true

# Mark-up/down
[*.{html,htm,md}]
indent_size = 2
tab_width = 2
[*.{sh,bat}]
indent_size = 4
indent_style = tab

# Data streams
[*.{json,yaml,yml}]
indent_size = 2
tab_width = 2
[*.bat]
end_of_line = crlf

# Style sheets
[*.{css,scss,sass}]
indent_size = 2
tab_width = 2
[*.{kt,kts}]
ktlint_function_naming_ignore_when_annotated_with = Composable
ktlint_standard_no-unused-imports = enabled
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

123 changes: 0 additions & 123 deletions .eslintrc.cjs

This file was deleted.

4 changes: 0 additions & 4 deletions .gitattributes

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/coverage.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/lint.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/typecheck.yml

This file was deleted.

65 changes: 23 additions & 42 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,58 +1,39 @@
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Swap the comments on the following lines if you wish to use zero-installs
# In that case, don't forget to run `yarn config set enableGlobalCache false`!
# Documentation here: https://yarnpkg.com/features/caching#zero-installs

#!.yarn/cache
node_modules/
.pnp.*
# Gradle
.gradle
*.iml

# Hidden data
.DS_Store

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

cypress/videos/
cypress/screenshots/
logs/

# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Android Studio
captures

# We want to carry some VSCode settings with the code.
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/launch.json
# XCode
xcuserdata
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcodeproj/project.xcworkspace/
!*.xcworkspace/contents.xcworkspacedata
**/xcshareddata/WorkspaceSettings.xcsettings

# Local environment data
compose.override.yml
local.properties
.kotlin
.env
.env.*
dev-app-update.yml

# Test output
coverage/
logs/

# Build output
package.tgz
dist/
out/
**/build/
!src/**/build/
node_modules/

# Generated native code
.externalNativeBuild
.cxx
1 change: 0 additions & 1 deletion .husky/pre-commit

This file was deleted.

7 changes: 7 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/AndroidProjectSystem.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/artifacts/composeApp_jvm.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading