liupeng 3 years ago
parent
commit
30ba82a7a4
1 changed files with 9 additions and 48 deletions
  1. 9 48
      .gitignore

+ 9 - 48
.gitignore

@@ -1,49 +1,10 @@
-# OSX
-
-*.DS_Store
-
-
-# Gradle files
-build/
-.gradle/
-*/build/
-
-
-# IDEA
 *.iml
-.idea/.name
-.idea/encodings.xml
-.idea/inspectionProfiles/Project_Default.xml
-.idea/inspectionProfiles/profiles_settings.xml
-.idea/misc.xml
-.idea/modules.xml
-.idea/scopes/scope_settings.xml
-.idea/vcs.xml
-.idea/workspace.xml
-.idea/libraries
-
-
-# Built application files
-*.apk
-*.ap_
-
-
-# Files for the Dalvik VM
-*.dex
-
-
-# Java class files
-*.class
-
-
-# Generated files
-antLauncher/bin
-antLauncher/gen
-
-
-# Local configuration file (sdk path, etc)
-local.properties
-
-
-# Log Files
-*.log
+.gradle
+/local.properties
+/.idea/libraries
+/.idea/modules.xml
+/.idea/workspace.xml
+.DS_Store
+/build
+/captures
+.externalNativeBuild