26 lines
520 B
Plaintext
26 lines
520 B
Plaintext
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
##
|
|
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
|
|
|
|
**/Library/
|
|
**/Logs/
|
|
**/Temp/
|
|
**/Build-*/
|
|
**/Release-*/
|
|
**/Debug-*/
|
|
**/HybridCLRData/
|
|
|
|
**/.vs/
|
|
**/bin/
|
|
**/obj/
|
|
|
|
|
|
.vsconfig
|
|
**/UserSettings/
|
|
*.csproj
|
|
*.sln
|
|
packages-lock.json
|
|
/Samples/WorkWithHybridCLR/Assets/Obfuz/SymbolObfus/symbol-mapping.xml
|
|
/Samples/WorkWithHybridCLR/Assets/StreamingAssets/HotUpdate.dll.bytes
|