Is it possible to have files and/or folders as part of a Visual Studio project but not checked in to TFS? So the .csproj file ‘knows’ about them (which is itself checked in of course) but the files/folders are not checked in.
Also is it possible to remove files/folders from TFS but still keep them as part of the project (so achieving the same result as above but where the developer has decided they don’t want the files/folders in TFS after all).
Many thanks