Last active
December 24, 2015 08:39
-
-
Save payliu/6772285 to your computer and use it in GitHub Desktop.
global git ignore. put it at ~/.gitignore_global (check others ignore, https://github.com/github/gitignore)
This file contains hidden or 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
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # | |
############ | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
*.zip | |
*.war | |
*.ear | |
# Logs and databases # | |
###################### | |
*.log | |
# OS generated files # | |
###################### | |
.DS_Store? | |
ehthumbs.db | |
Icon? | |
Thumbs.db | |
*.DS_Store | |
.DS_Store | |
# Xcode | |
*.pbxuser | |
*.mode1v3 | |
*.mode2v3 | |
*.perspectivev3 | |
*.xcuserstate | |
*.xcworkspacedata | |
*.xcscheme | |
project.xcworkspace/ | |
xcuserdata/ | |
*.xccheckout | |
*.tmp | |
#ios injection | |
*.save | |
iOSInjectionProject/ | |
#cocoapods | |
Pods/ | |
# Eclipse | |
.classpath | |
.project | |
.settings | |
target/ | |
# Intellij project files | |
*.iml | |
*.ipr | |
*.iws | |
.idea/ | |
# Generated files | |
/web-app/WEB-INF | |
build/ | |
*.[oa] | |
*.pyc | |
# Other source repository archive directories (protects when importing) | |
.hg | |
.svn | |
CVS | |
# automatic backup files | |
*~.nib | |
*.swp | |
*~ | |
*(Autosaved).rtfd/ | |
Backup[ ]of[ ]*.pages/ | |
Backup[ ]of[ ]*.key/ | |
Backup[ ]of[ ]*.numbers/ | |
# Android | |
*.apk | |
*.ap_ | |
# files for keystore | |
keystore/ | |
# files for the dex VM | |
*.dex | |
# sublime text files | |
.tags | |
.tags_sorted_by_file | |
.gemtags | |
# Java class files | |
*.class | |
# generated files | |
bin/ | |
gen/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Proguard folder generated by Eclipse | |
proguard/ | |
# rails | |
database.yml | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
*.xccheckout -> support Xcode 5