Skip to content

Commit

Permalink
Update .gitignore to ignore all .idea files and all build directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanDYDX committed Mar 12, 2024
1 parent e45eb91 commit 07491ea
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,9 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/copilot
/.idea/libraries
/.idea/dictionaries
/.idea/misc.xml
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/deploymentTargetDropDown.xml
/.idea
.DS_Store
**/build/*.compiler.options
**/build/.transforms
**/build/generated
**/build/intermediates
**/build/kotlin
**/build/kotlinToolingMetadata/
**/build/outputs
**/build/spotless
**/build/test-results
**/build/tmp
**/build/gmpAppId.txt
**/build/reports/*
!**/build/reports/lint-results-debug.txt
build/
captures
.externalNativeBuild
.cxx
Expand Down

0 comments on commit 07491ea

Please sign in to comment.