1
0
mirror of https://github.com/github/gitignore synced 2025-06-27 17:18:52 +02:00

Merge pull request #4223 from sqltoolbox/sqltoolbox/gitignore-add-ssdt-sqlproj-template

Add SSDT sqlproj specific gitignore file for database development usi…
This commit is contained in:
Daniel Johnson 2025-06-20 14:34:02 -07:00 committed by GitHub
commit 14bc92d730
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

31
SSDT-sqlproj.gitignore Normal file
View File

@ -0,0 +1,31 @@
## 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