We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bfaab8 + 47e5a2e commit 14bc92dCopy full SHA for 14bc92d
SSDT-sqlproj.gitignore
@@ -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