- Update README.md
- Update config to use postgresql
- Add .vscode/settings.json
This commit is contained in:
2025-08-17 12:22:51 +00:00
parent 598774bca6
commit 4c42769d68
5 changed files with 40 additions and 11 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"github.copilot.advanced": {
"ignore": [
"**/.env",
"**/.env.*",
"**/secrets/**",
"**/*.key",
"**/*.pem"
]
}
}