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

A trimmed down version of the gitignore file tailored specifically towards SSDT projects in Visual Studio.
32 lines
504 B
Plaintext
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
|
|
|