| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 118c330 commit 6e8c367
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,44 @@ | |||
| 1 | - .gradle | ||
| 2 | - /local.properties | ||
| 3 | - /.idea/workspace.xml | ||
| 1 | + # built application files | ||
| 2 | + *.ap_ | ||
| 3 | + | ||
| 4 | + # files for the dex VM | ||
| 5 | + *.dex | ||
| 6 | + | ||
| 7 | + # Java class files | ||
| 8 | + *.class | ||
| 9 | + | ||
| 10 | + # generated files | ||
| 11 | + bin/ | ||
| 12 | + gen/ | ||
| 13 | + lint.xml | ||
| 14 | + build/ | ||
| 15 | + | ||
| 16 | + # Local configuration file (sdk path, etc) | ||
| 17 | + local.properties | ||
| 18 | + | ||
| 19 | + # Eclipse project files | ||
| 20 | + .classpath | ||
| 21 | + .project | ||
| 22 | + .settings | ||
| 23 | + .checkstyle | ||
| 24 | + | ||
| 25 | + # Mac-specific stuff | ||
| 4 | 26 | .DS_Store | |
| 5 | - /build | ||
| 27 | + | ||
| 28 | + #Maven | ||
| 29 | + target | ||
| 30 | + release.properties | ||
| 31 | + pom.xml.* | ||
| 32 | + | ||
| 33 | + #Ant | ||
| 34 | + build.xml | ||
| 35 | + ant.properties | ||
| 36 | + local.properties | ||
| 37 | + | ||
| 38 | + # Gradle | ||
| 39 | + .gradle | ||
| 40 | + | ||
| 41 | + # Intellij project files | ||
| 42 | + .idea | ||
| 43 | + .idea/workspace.xml | ||
| 44 | + gen-external-apklibs/ | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments