Created
January 25, 2014 20:36
-
-
Save AlexHunterCodes/8623191 to your computer and use it in GitHub Desktop.
Unity 4.x .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
### https://raw.github.com/github/gitignore/master/Global/Windows.gitignore | |
# Windows image file caches | |
Thumbs.db | |
ehthumbs.db | |
# Folder config file | |
Desktop.ini | |
# Recycle Bin used on file shares | |
$RECYCLE.BIN/ | |
# Windows Installer files | |
*.cab | |
*.msi | |
*.msm | |
*.msp | |
### https://raw.github.com/github/gitignore/master/Global/Linux.gitignore | |
*~ | |
### https://raw.github.com/github/gitignore/master/Global/OSX.gitignore | |
.DS_Store | |
.AppleDouble | |
.LSOverride | |
# Icon must ends with two \r. | |
Icon | |
# Thumbnails | |
._* | |
# Files that might appear on external disk | |
.Spotlight-V100 | |
.Trashes | |
### https://raw.github.com/github/gitignore/master/Global/Archives.gitignore | |
# It's better to unpack these files and commit the raw source because | |
# git has its own built in compression methods. | |
*.7z | |
*.jar | |
*.rar | |
*.zip | |
*.gz | |
*.bzip | |
*.bz2 | |
*.xz | |
*.lzma | |
*.cab | |
#packing-only formats | |
*.iso | |
*.tar | |
#package management formats | |
*.dmg | |
*.xpi | |
*.gem | |
*.egg | |
*.deb | |
*.rpm | |
*.msi | |
*.msm | |
*.msp | |
### https://raw.github.com/github/gitignore/master/Unity.gitignore | |
[Ll]ibrary/ | |
[Tt]emp/ | |
[Oo]bj/ | |
# Autogenerated VS/MD solution and project files | |
/*.csproj | |
/*.unityproj | |
/*.sln | |
/*.suo | |
/*.user | |
/*.pidb | |
### Custom rules for Unity | |
/*.userprefs | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment