mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
[Unity] Add more folders and files to ignore
This commit adds these categories of folders and files to ignore: - Automatically generated Unity-related folders - Platform-specific build directories - Windows Store App - UWP - UnityVS - Debug output - Certificates
This commit is contained in:
parent
4488915eec
commit
8e0f6dcee2
@ -5,10 +5,13 @@
|
|||||||
/[Ll]ibrary/
|
/[Ll]ibrary/
|
||||||
/[Tt]emp/
|
/[Tt]emp/
|
||||||
/[Oo]bj/
|
/[Oo]bj/
|
||||||
|
/[Bb]in/
|
||||||
/[Bb]uild/
|
/[Bb]uild/
|
||||||
/[Bb]uilds/
|
/[Bb]uilds/
|
||||||
/[Ll]ogs/
|
/[Ll]ogs/
|
||||||
/[Uu]ser[Ss]ettings/
|
/[Uu]ser[Ss]ettings/
|
||||||
|
/[Aa]rtifacts/
|
||||||
|
/[Ll]ocal[Cc]ache/
|
||||||
|
|
||||||
# MemoryCaptures can get excessive in size.
|
# MemoryCaptures can get excessive in size.
|
||||||
# They also could contain extremely sensitive data
|
# They also could contain extremely sensitive data
|
||||||
@ -46,6 +49,11 @@ ExportedObj/
|
|||||||
*.mdb
|
*.mdb
|
||||||
*.opendb
|
*.opendb
|
||||||
*.VC.db
|
*.VC.db
|
||||||
|
*.opensdf
|
||||||
|
*.sdf
|
||||||
|
*.ipch
|
||||||
|
*.log
|
||||||
|
*.idb
|
||||||
|
|
||||||
# Unity3D generated meta files
|
# Unity3D generated meta files
|
||||||
*.pidb.meta
|
*.pidb.meta
|
||||||
@ -70,3 +78,37 @@ crashlytics-build.properties
|
|||||||
# Temporary auto-generated Android Assets
|
# Temporary auto-generated Android Assets
|
||||||
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
||||||
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
||||||
|
|
||||||
|
# Ignore UnityVS so that users can use different versions
|
||||||
|
/[Aa]ssets/UnityVS/*
|
||||||
|
/[Aa]ssets/UnityVS.meta
|
||||||
|
|
||||||
|
# Platform-specific build directories
|
||||||
|
/WebBuild/
|
||||||
|
/WindowsBuild/
|
||||||
|
|
||||||
|
# Windows Store App folders
|
||||||
|
/WindowsStoreApp/
|
||||||
|
/WSA/
|
||||||
|
|
||||||
|
# Automatically generated Unity-related folders
|
||||||
|
/UnityGenerated/
|
||||||
|
/UnityPackageManager/
|
||||||
|
|
||||||
|
# Generated Unity UWP files and folders
|
||||||
|
/UWP/
|
||||||
|
/project.json
|
||||||
|
/project.lock.json
|
||||||
|
|
||||||
|
# Folder for generated UWP App to export to HoloLens
|
||||||
|
/[Aa]pp/
|
||||||
|
|
||||||
|
# Debug output
|
||||||
|
/DebugOutput/
|
||||||
|
/DebugOutput.meta
|
||||||
|
|
||||||
|
# Certificates
|
||||||
|
*.cert
|
||||||
|
*.privkey
|
||||||
|
*.pfx
|
||||||
|
*.pfx.meta
|
||||||
|
Loading…
Reference in New Issue
Block a user