4c42769d68
- Update README.md - Update config to use postgresql - Add .vscode/settings.json
12 lines
155 B
JSON
12 lines
155 B
JSON
{
|
|
"github.copilot.advanced": {
|
|
"ignore": [
|
|
"**/.env",
|
|
"**/.env.*",
|
|
"**/secrets/**",
|
|
"**/*.key",
|
|
"**/*.pem"
|
|
]
|
|
}
|
|
}
|