1
0
mirror of https://github.com/xiaopeng12138/MaiDXR.git synced 2024-09-23 18:48:21 +02:00
MaiDXR/.gitignore

135 lines
2.5 KiB
Plaintext
Raw Permalink Normal View History

2022-08-26 01:15:17 +02:00
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,unity
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,unity
2022-01-26 20:05:01 +01:00
### Unity ###
2022-01-05 19:32:56 +01:00
# This .gitignore file should be placed at the root of your Unity project directory
#
2022-01-26 20:05:01 +01:00
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
2022-01-05 19:32:56 +01:00
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
2022-01-26 20:05:01 +01:00
/[Uu]ser[Ss]ettings/
# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
2022-01-05 19:32:56 +01:00
/[Mm]emoryCaptures/
2022-01-26 20:05:01 +01:00
# Recordings can get excessive in size
/[Rr]ecordings/
2022-01-05 19:32:56 +01:00
# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*
# Autogenerated Jetbrains Rider plugin
2022-01-26 20:05:01 +01:00
/[Aa]ssets/Plugins/Editor/JetBrains*
2022-01-05 19:32:56 +01:00
# 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
2022-01-26 20:05:01 +01:00
*.aab
2022-01-05 19:32:56 +01:00
*.unitypackage
2022-01-26 20:05:01 +01:00
*.app
2022-01-05 19:32:56 +01:00
# Crashlytics generated file
crashlytics-build.properties
2022-01-26 20:05:01 +01:00
# Packed Addressables
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
# Temporary auto-generated Android Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*
### VisualStudioCode ###
2022-08-26 01:15:17 +02:00
.vscode/
!.vscode/settings.json
2022-02-15 00:37:33 +01:00
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
2022-01-26 20:05:01 +01:00
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
# Support for Project snippet scope
.vscode/*.code-snippets
# Ignore code-workspaces
*.code-workspace
2022-01-26 20:05:01 +01:00
2022-08-26 01:15:17 +02:00
### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
2022-01-26 20:05:01 +01:00
2022-08-26 01:15:17 +02:00
# Dump file
*.stackdump
2022-01-26 20:05:01 +01:00
2022-08-26 01:15:17 +02:00
# Folder config file
[Dd]esktop.ini
2022-01-26 20:05:01 +01:00
2022-08-26 01:15:17 +02:00
# Recycle Bin used on file shares
$RECYCLE.BIN/
2022-01-26 20:05:01 +01:00
2022-08-26 01:15:17 +02:00
# Windows Installer files
2022-01-26 20:05:01 +01:00
*.cab
*.msi
*.msix
*.msm
*.msp
2022-08-26 01:15:17 +02:00
# Windows shortcuts
*.lnk
# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,unity
2022-01-26 20:05:01 +01:00
2022-08-26 01:15:17 +02:00
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
2022-01-20 19:40:18 +01:00
config.json
uWindowCapture.log