Browse Source

/out/文件夹丢失

summerGeGe 1 year ago
parent
commit
c7b3be5fb6
1 changed files with 3 additions and 16 deletions
  1. 3 16
      .gitignore

+ 3 - 16
.gitignore

@@ -15,7 +15,7 @@
 # Generated files
 bin/
 gen/
-out/
+
 
 # Gradle files
 .gradle/
@@ -79,25 +79,16 @@ gen-external-apklibs
 # Log Files
 
 # Android Studio
-/*/build/
-/*/local.properties
-/*/out
-/*/*/build
-/*/*/production
-*.ipr
-*~
-*.swp
+
 
 # Android Patch
 
 # External native build folder generated in Android Studio 2.2 and later
 
 # NDK
-obj/
+
 
 # IntelliJ IDEA
-*.iws
-/out/
 
 # User-specific configurations
 .idea/libraries/
@@ -151,10 +142,6 @@ atlassian-ide-plugin.xml
 .idea/mongoSettings.xml
 
 # Crashlytics plugin (for Android Studio and IntelliJ)
-com_crashlytics_export_strings.xml
-crashlytics.properties
-crashlytics-build.properties
-fabric.properties
 
 ### AndroidStudio Patch ###