mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-03-22 07:23:24 +08:00
24 lines
331 B
Plaintext
24 lines
331 B
Plaintext
# C# project files
|
|
*.user
|
|
|
|
# Rider project files
|
|
/.idea/
|
|
|
|
# VS Code project files
|
|
/.vscode/
|
|
|
|
# C# generated folders
|
|
bin/
|
|
obj/
|
|
|
|
# C++ build folders
|
|
build/
|
|
|
|
# packaged files
|
|
/*/package/*.zip
|
|
/*/package/patchers/
|
|
/*/package/plugins/
|
|
|
|
# UpdateGameDlls build-time lock file (created by UpdateGameDlls.ps1)
|
|
AssemblyFromGame/.update.lock
|