Ignore .idea files.

This commit is contained in:
Benoit Marty 2023-02-03 16:47:48 +01:00
parent 3e41add49d
commit fb9b1b3b42

17
.gitignore vendored
View file

@ -37,17 +37,22 @@ captures/
# IntelliJ # IntelliJ
*.iml *.iml
.idea/workspace.xml .idea/.name
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml .idea/assetWizardSettings.xml
.idea/compiler.xml
.idea/gradle.xml
.idea/jarRepositories.xml
.idea/misc.xml
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
.idea/tasks.xml
.idea/workspace.xml
.idea/dictionaries .idea/dictionaries
.idea/libraries .idea/libraries
# Android Studio 3 in .gitignore file. # Android Studio 3 in .gitignore file.
.idea/caches .idea/caches
.idea/modules.xml .idea/inspectionProfiles
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
# Keystore files # Keystore files
# Uncomment the following lines if you do not want to check your keystore files in. # Uncomment the following lines if you do not want to check your keystore files in.