Created
November 29, 2011 14:03
-
-
Save tonylukasavage/1404887 to your computer and use it in GitHub Desktop.
.gitignore for Titanium Mobile projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tmp | |
.DS_Store | |
build/iphone/* | |
!build/iphone/.gitignore | |
build/android/* | |
!build/android/.gitignore | |
.settings | |
build.log | |
.fastdev.lock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment