Skip to content

Commit

Permalink
chore: update .gitignore and IntelliJ settings
Browse files Browse the repository at this point in the history
- Updated `.gitignore` to exclude IDEA files from being indexed
- Updated code style settings to follow the official Kotlin standards
  • Loading branch information
ttypic committed Sep 18, 2024
1 parent 45deb6a commit b0943ab
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 49 deletions.
22 changes: 4 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,10 @@ captures/

# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
# Android Studio 3 in .gitignore file.
.idea/caches
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
# Local deployment targets
.idea/deploymentTargetSelector.xml
/.idea/*
!/.idea/codeStyleSettings.xml
!/.idea/codeStyles
!/.idea/dictionaries

# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
Expand Down Expand Up @@ -91,11 +82,6 @@ lint/tmp/

publish.properties
*.gpg
/.idea/.gitignore
/.idea/compiler.xml
/.idea/jarRepositories.xml
/.idea/misc.xml
/.idea/shelf

# general
**/.DS_Store
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

27 changes: 3 additions & 24 deletions .idea/codeStyles/Project.xml

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

7 changes: 7 additions & 0 deletions .idea/dictionaries/shared.xml

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

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

This file was deleted.

0 comments on commit b0943ab

Please sign in to comment.