Skip to content

Commit

Permalink
Update the gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Jan 25, 2023
1 parent 827ce39 commit 0c3a589
Showing 1 changed file with 30 additions and 14 deletions.
44 changes: 30 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Log/OS Files
*.log

# Android Studio generated files and folders
captures/
.externalNativeBuild/
.cxx/
*.apk
output.json

# IntelliJ
*.iml
.idea/

# Keystore files
*.jks
*.keystore

# Google Services (e.g. APIs or Firebase)
google-services.json

# Android Profiling
*.hprof
.DS_Store

0 comments on commit 0c3a589

Please sign in to comment.