Merge pull request #13860 from backstage/freben/sq

just another gitignore entry
This commit is contained in:
Fredrik Adelöw
2022-09-27 12:07:11 +02:00
committed by GitHub
3 changed files with 11 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Added `*.session.sql` Visual Studio Code database functionality files to `.gitignore` in the default template. This is optional but potentially helpful if your developers use Visual Studio Code; you can add a line with that exact value to your own root `.gitignore` if you want the same.
+3
View File
@@ -149,3 +149,6 @@ cypress/cypress/*
# Possible leftover from build:api-reports
tsconfig.tmp.json
# vscode database functionality support files
*.session.sql
@@ -46,3 +46,6 @@ site
# Sensitive credentials
*-credentials.yaml
# vscode database functionality support files
*.session.sql