Browse Source

忽略无用的VCS文件

guiying712 9 years ago
parent
commit
4f141af716
2 changed files with 41 additions and 2 deletions
  1. 1 0
      .gitignore
  2. 40 2
      app/.gitignore

+ 1 - 0
.gitignore

@@ -35,6 +35,7 @@ captures/
 # Intellij
 *.iml
 .idea/workspace.xml
+.idea/vcs.xml
 
 # Keystore files
 *.jks

+ 40 - 2
app/.gitignore

@@ -1,2 +1,40 @@
-/build
-/
+# Built application files
+*.apk
+*.ap_
+
+# Files for the ART/Dalvik VM
+*.dex
+
+# Java class files
+*.class
+
+# Generated files
+bin/
+gen/
+out/
+
+# Gradle files
+.gradle/
+build/
+
+# Local configuration file (sdk path, etc)
+local.properties
+
+# Proguard folder generated by Eclipse
+proguard/
+
+# Log Files
+*.log
+
+# Android Studio Navigation editor temp files
+.navigation/
+
+# Android Studio captures folder
+captures/
+
+# Intellij
+*.iml
+.idea/workspace.xml
+
+# Keystore files
+*.jks