mirror of
https://github.com/github/gitignore.git
synced 2026-09-06 23:22:42 +02:00
Merge 8e0f6dcee2 into 010b77ba77
This commit is contained in:
commit
c7fedc68a7
@ -6,10 +6,13 @@
|
||||
/[Ll]ibrary/
|
||||
/[Tt]emp/
|
||||
/[Oo]bj/
|
||||
/[Bb]in/
|
||||
/[Bb]uild/
|
||||
/[Bb]uilds/
|
||||
/[Ll]ogs/
|
||||
/[Uu]ser[Ss]ettings/
|
||||
/[Aa]rtifacts/
|
||||
/[Ll]ocal[Cc]ache/
|
||||
|
||||
# MemoryCaptures can get excessive in size.
|
||||
# They also could contain extremely sensitive data
|
||||
@ -47,6 +50,11 @@ ExportedObj/
|
||||
*.mdb
|
||||
*.opendb
|
||||
*.VC.db
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.ipch
|
||||
*.log
|
||||
*.idb
|
||||
|
||||
# Unity3D generated meta files
|
||||
*.pidb.meta
|
||||
@ -72,3 +80,37 @@ crashlytics-build.properties
|
||||
# Temporary auto-generated Android Assets
|
||||
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
||||
/[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