mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-26 19:23:04 -04:00
… by simply running `make generate-license` and `make generate-gitignore` (last time: 9d2fabc7d3)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11158
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
Co-authored-by: Robert Wolff <mahlzahn@posteo.de>
Co-committed-by: Robert Wolff <mahlzahn@posteo.de>
31 lines
472 B
Text
31 lines
472 B
Text
## 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
|
|
|