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:
commit
14bc92d730
31
SSDT-sqlproj.gitignore
Normal file
31
SSDT-sqlproj.gitignore
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user