Skip to content

Commit

Permalink
Git Ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Sep 15, 2016
1 parent 96d94a3 commit 6df1a91
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 52 deletions.
48 changes: 42 additions & 6 deletions .gitignore
@@ -1,8 +1,44 @@
*.iml
# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# java class files
*.class

# generated files
bin/
gen/

# Eclipse project files
.metadata
.classpath
.project
.externalToolBuilders/
.settings/
lint.xml
project.properties

.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
.idea/
/build
/captures
**/build
**/production

# Local Configuration file (sdk path, etc.)
local.properties

# Android Studio
import-summary.txt
*.iml
*.iws
*.ipr
*.swp

# others
*.o
*.log
.DS_Store
Thumbs.db
46 changes: 0 additions & 46 deletions .idea/misc.xml

This file was deleted.

0 comments on commit 6df1a91

Please sign in to comment.