In my SSIS project folder, I have additional files in addition to the three packaged (.dtsx) files that I created. There is a ProjectName.database file, a ProjectName.dtproj file, and a ProjectName.dtproj.user file.
When I create a project, the dtsx files are copied to a folder called "bin" inside the project folder.
When I create the deployment manifest, the three package files are copied to a folder called "bin / Deployment" along with the new ProjectName.SSISDeploymentManifest file.
Which of these files should I check in the source control?
I think that only three package files and a deployment manifest are useful to me.
source share