Skip to content

Instantly share code, notes, and snippets.

@Vixxd
Last active November 18, 2019 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vixxd/56c8ab7db4f1c3a67bd5783cbc360ac0 to your computer and use it in GitHub Desktop.
Save Vixxd/56c8ab7db4f1c3a67bd5783cbc360ac0 to your computer and use it in GitHub Desktop.
Whitepot Studios .gitignore - for Unity (C#) with FMOD, Windows, and MacOS
# PREPARING THIS PROJECT FOR USE WITH GIT: https://thoughtbot.com/blog/how-to-git-with-unity
# This .gitignore file should be placed at the root of your Unity project directory
# Logs and databases #
######################
*.log
########################################
# Unity .gitignore
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
########################################
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Mm]emoryCaptures/
# Never ignore Asset meta data
!/[Aa]ssets/**/*.meta
# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*
# Autogenerated Jetbrains Rider plugin
[Aa]ssets/Plugins/Editor/JetBrains*
# Visual Studio cache directory
.vs/
# Gradle cache directory
.gradle/
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db
# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta
# Unity3D generated file on crash reports
sysinfo.txt
# Builds
*.apk
*.unitypackage
# Crashlytics generated file
crashlytics-build.properties
########################################
# FMOD .gitignore
# Get latest from https://github.com/fmod/UnityIntegration/blob/master/.gitignore
########################################
# FMOD files
Assets/Plugins/FMOD/Resources/FMODStudioCache.asset
Assets/StreamingAssets/*.bank
fmod_editor.log
# Audacity Project Files
*.au
*.aup
########################################
# WINDOWS .gitignore
# Latest from https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
########################################
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
########################################
# MacOS .gitignore
# Latest from https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
########################################
# General
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment