Skip to content

Commit 14bc92d

Browse files
authored
Merge pull request #4223 from sqltoolbox/sqltoolbox/gitignore-add-ssdt-sqlproj-template
Add SSDT sqlproj specific gitignore file for database development usi…
2 parents 9bfaab8 + 47e5a2e commit 14bc92d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

SSDT-sqlproj.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc
2+
##
3+
##
4+
## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore
5+
# Build output
6+
bin/
7+
obj/
8+
9+
# DACPAC files
10+
*.dacpac
11+
12+
# Publish profiles (optional, if environment-specific)
13+
*.publish.xml
14+
15+
# SQL Server debug files
16+
*.dbmdl
17+
*.sqlcmdvars
18+
19+
# Visual Studio settings
20+
.vs/
21+
22+
# User-specific files
23+
*.user
24+
*.suo
25+
*.userosscache
26+
*.sln.docstates
27+
28+
# Backup files
29+
*.bak
30+
*.log
31+

0 commit comments

Comments
 (0)