From d4f8111f4ee9afe8504d7a4d9f32e7f8d512fd9d Mon Sep 17 00:00:00 2001 From: Derek Xu Date: Mon, 1 May 2023 05:57:22 +0000 Subject: [PATCH] Delete .gitignore --- .gitignore | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 16d5e44..0000000 --- a/.gitignore +++ /dev/null @@ -1,41 +0,0 @@ -#built application files -*.apk -*.ap_ -*.aab - -# files for the dex VM -*.dex - -# Java class files -*.class - -# generated files -bin/ -gen/ - -# Local configuration file (sdk path, etc) -local.properties - -# Windows thumbnail db -Thumbs.db - -# OSX files -.DS_Store - -# Android Studio -*.iml -.idea -#.idea/workspace.xml - remove # and delete .idea if it better suit your needs. -.gradle -build/ -.navigation -captures/ -output.json - -#NDK -obj/ -<<<<<<< HEAD -.externalNativeBuild -======= -.externalNativeBuild ->>>>>>> Joystick -- GitLab