1
0
mirror of https://github.com/github/gitignore synced 2025-06-27 17:18:52 +02:00
gitignore/SSDT-sqlproj.gitignore
sqltoolbox 47e5a2eae7
SSDT specific objects ignore
A trimmed down version of the gitignore file tailored specifically towards SSDT projects in Visual Studio.
2025-06-17 11:22:01 +02:00

32 lines
504 B
Plaintext

## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc
##
##
## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore
# Build output
bin/
obj/
# DACPAC files
*.dacpac
# Publish profiles (optional, if environment-specific)
*.publish.xml
# SQL Server debug files
*.dbmdl
*.sqlcmdvars
# Visual Studio settings
.vs/
# User-specific files
*.user
*.suo
*.userosscache
*.sln.docstates
# Backup files
*.bak
*.log