laradock/.vscode/settings.json

7 lines
109 B
JSON
Raw Normal View History

{
"files.associations": {
".env.example": "dotenv",
"Dockerfile-*": "dockerfile"
2020-06-16 05:59:42 +08:00
}
}