diff --git a/Android.gitignore b/Android.gitignore index 39b6783cef8485a95c9e484a2855367a72405855..60f1e607f24f33e3cef5f9e8db2a63c0af1e5148 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -32,16 +32,6 @@ proguard/ # Android Studio captures folder captures/ -# IntelliJ -*.iml -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml -.idea/assetWizardSettings.xml -.idea/dictionaries -.idea/libraries -.idea/caches - # Keystore files # Uncomment the following line if you do not want to check your keystore files in. #*.jks diff --git a/Android.yml b/Android.yml new file mode 100644 index 0000000000000000000000000000000000000000..c4c306d9f9e5d764bad0c57cdecc948255feac25 --- /dev/null +++ b/Android.yml @@ -0,0 +1,2 @@ +editors: + - Global/JetBrains.gitignore \ No newline at end of file