mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 04:02:54 -06:00
gitignore .vscode
This commit is contained in:
parent
4bb81b9a41
commit
ffddb05ba3
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
/Docker/.env
|
/Docker/.env
|
||||||
|
|
||||||
|
.vscode
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs/**.json
|
logs/**.json
|
||||||
*.log
|
*.log
|
||||||
|
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -9,5 +9,8 @@
|
|||||||
"source.fixAll": "explicit"
|
"source.fixAll": "explicit"
|
||||||
},
|
},
|
||||||
"prisma-smart-formatter.typescript.defaultFormatter": "esbenp.prettier-vscode",
|
"prisma-smart-formatter.typescript.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
"prisma-smart-formatter.prisma.defaultFormatter": "Prisma.prisma"
|
"prisma-smart-formatter.prisma.defaultFormatter": "Prisma.prisma",
|
||||||
|
"i18n-ally.localesPaths": [
|
||||||
|
"store/messages"
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user