ValveSoftware / source-sdk-2013

The 2013 edition of the Source SDK
https://developer.valvesoftware.com/wiki/SDK2013_GettingStarted
Other
3.69k stars 1.99k forks source link

games.sdf #474

Open bozocow opened 5 years ago

bozocow commented 5 years ago

What exactly is this file? It's absolutely massive, so big it won't fit on our mod's GitHub repository (104,000 KB). Should I be worried about deleting it?

joeangry commented 5 years ago

Visual Studio uses it for IntelliSense. You should never commit this. If you delete it Visual Studio will create it again once its done indexing the codebase.

bozocow commented 5 years ago

Oh okay thanks!

On Thu, May 23, 2019, 02:56 scart notifications@github.com wrote:

Visual Studio uses it for IntelliSense. You should never commit this. If you delete it Visual Studio will create it again once its done indexing the codebase.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ValveSoftware/source-sdk-2013/issues/474?email_source=notifications&email_token=AC2DG673UY4PMXY2YBJOYWTPWZL2BA5CNFSM4HOQG5IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWBRD7A#issuecomment-495129084, or mute the thread https://github.com/notifications/unsubscribe-auth/AC2DG62XYMK74MORLN6KBPLPWZL2BANCNFSM4HOQG5IA .

ACBob commented 5 years ago

use a .gitignore