Skip to content

Instantly share code, notes, and snippets.

@AlexHunterCodes
Created January 25, 2014 20:36
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexHunterCodes/8623191 to your computer and use it in GitHub Desktop.
Save AlexHunterCodes/8623191 to your computer and use it in GitHub Desktop.
Unity 4.x .gitignore
### 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