The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gitignore: Ignore all .idea files

+8 -7
+8 -7
.gitignore
··· 55 55 # Ignore VSCode files 56 56 .vscode-ctags 57 57 58 - # Ignore gradle-related things 58 + # Ignore gradle-related and android studio-related things 59 59 *.iml 60 60 .gradle/ 61 61 local.properties 62 - .idea/caches 63 - .idea/libraries 64 - .idea/modules.xml 65 - .idea/workspace.xml 66 - .idea/navEditor.xml 67 - .idea/assetWizardSettings.xml 62 + .idea/* 63 + # .idea/caches 64 + # .idea/libraries 65 + # .idea/modules.xml 66 + # .idea/workspace.xml 67 + # .idea/navEditor.xml 68 + # .idea/assetWizardSettings.xml 68 69 .externalNativeBuild 69 70 .cxx