Skip to content

Commit

Permalink
Update .gitignore & checkout some IDEA files
Browse files Browse the repository at this point in the history
  • Loading branch information
tfcporciuncula committed Apr 9, 2023
1 parent 6b27576 commit 797db34
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 5 deletions.
30 changes: 25 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
## Android Studio ##
*.iml
/.idea
# We ignore everything from the IDE, except non user specific things
/.idea/*
# Auto-import exclusion list (Editor -> General -> Auto Import)
!.idea/codeInsightSettings.xml
# Code style setup (Editor -> Code Style)
!.idea/codeStyles/
# Detekt plugin configuration (Tools -> Detekt)
!.idea/detekt.xml
# Required plugins (Build, Execution, Deployment -> Required Plugins)
!.idea/externalDependencies.xml
# File and code templates and their metadata (Editor -> File and Code Templates)
!.idea/fileTemplates/
!.idea/file.template.settings.xml
# Project icon
!.idea/icon.svg
# Code inspections setup (Editor -> Inspections)
!.idea/inspectionProfiles/
# Version control system metadata
!.idea/vcs.xml

# Gradle
.gradle
build
/local.properties

# macOS
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
11 changes: 11 additions & 0 deletions .idea/detekt.xml

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

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

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

0 comments on commit 797db34

Please sign in to comment.