diff --git a/.gitignore b/.gitignore index 42594b50..2c5017bf 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,13 @@ CMakeSettings.json CMakeFiles CMakeCache.txt Makefile + +# Android Studio/Gradle +.gradle/ +.externalNativeBuild +.cxx/ +.idea/ +local.properties +.project +.classpath +.settings \ No newline at end of file diff --git a/android/.gitignore b/android/.gitignore deleted file mode 100644 index 1b88d186..00000000 --- a/android/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -.gradle/ -build/ -.externalNativeBuild -.cxx/ -.idea/ -local.properties -.project -.classpath -.gradle -.settings \ No newline at end of file