Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboErikG committed Feb 8, 2016
1 parent 3053123 commit 9831e5b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
/app
/build
/captures
.settings
.project

# Local Settings
local.properties

# Project files
*.komodoproject
.gradle
*.iml
.idea

# Build files
*.pyc
*.apk
*.ap_
*.class
*.dex

# OSX Files
.DS_Store

# Windows Files
Thumb.db

0 comments on commit 9831e5b

Please sign in to comment.