mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 09:01:46 +00:00
gitignore: Ignore all .idea files
This commit is contained in:
parent
06f75e03b4
commit
b90dc8fdea
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -55,15 +55,16 @@ src/xrt/drivers/arduino/device/*.bin
|
|||
# Ignore VSCode files
|
||||
.vscode-ctags
|
||||
|
||||
# Ignore gradle-related things
|
||||
# Ignore gradle-related and android studio-related things
|
||||
*.iml
|
||||
.gradle/
|
||||
local.properties
|
||||
.idea/caches
|
||||
.idea/libraries
|
||||
.idea/modules.xml
|
||||
.idea/workspace.xml
|
||||
.idea/navEditor.xml
|
||||
.idea/assetWizardSettings.xml
|
||||
.idea/*
|
||||
# .idea/caches
|
||||
# .idea/libraries
|
||||
# .idea/modules.xml
|
||||
# .idea/workspace.xml
|
||||
# .idea/navEditor.xml
|
||||
# .idea/assetWizardSettings.xml
|
||||
.externalNativeBuild
|
||||
.cxx
|
||||
|
|
Loading…
Reference in a new issue