Changes in Git Ignore
This commit is contained in:
parent
f0185dc7d5
commit
e27aec63c5
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -15,8 +15,6 @@ coverage
|
||||||
*.local
|
*.local
|
||||||
|
|
||||||
# Editor directories and files
|
# Editor directories and files
|
||||||
.vscode/*
|
|
||||||
!.vscode/extensions.json
|
|
||||||
.idea
|
.idea
|
||||||
*.suo
|
*.suo
|
||||||
*.ntvs*
|
*.ntvs*
|
||||||
|
|
|
||||||
31
.vscode/settings.json
vendored
Normal file
31
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"editor.defaultFormatter": "prettier.prettier-vscode",
|
||||||
|
"editor.formatOnSaveMode": "file",
|
||||||
|
|
||||||
|
"[vue]": {
|
||||||
|
"editor.defaultFormatter": "prettier.prettier-vscode"
|
||||||
|
},
|
||||||
|
"[typescript]": {
|
||||||
|
"editor.defaultFormatter": "prettier.prettier-vscode"
|
||||||
|
},
|
||||||
|
"[javascript]": {
|
||||||
|
"editor.defaultFormatter": "prettier.prettier-vscode"
|
||||||
|
},
|
||||||
|
"[css]": {
|
||||||
|
"editor.defaultFormatter": "prettier.prettier-vscode"
|
||||||
|
},
|
||||||
|
"[json]": {
|
||||||
|
"editor.defaultFormatter": "prettier.prettier-vscode"
|
||||||
|
},
|
||||||
|
"[jsonc]": {
|
||||||
|
"editor.defaultFormatter": "prettier.prettier-vscode"
|
||||||
|
},
|
||||||
|
|
||||||
|
"explorer.fileNesting.enabled": true,
|
||||||
|
"explorer.fileNesting.expand": true,
|
||||||
|
"explorer.fileNesting.patterns": {
|
||||||
|
"package.json": "package-lock.json, tsconfig.json, tsconfig.app.json, tsconfig.node.json, .prettierrc.json, .prettierignore, eslint.config.js",
|
||||||
|
".gitignore": ".gitattributes"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"ENVIRONMENT": "PRODUCTION || DEVELOPMENT",
|
|
||||||
"PAGE_TITLE": "Dolphin",
|
|
||||||
"PAGE_TITLE_LOGO": "/img/Dolphin/dolphinfav.ico",
|
|
||||||
"CLIENT_NAME": "Mavorion Systems",
|
|
||||||
"CLIENT_LOCATION": "LAZIMPAT",
|
|
||||||
"CLIENT_LOGO": "",
|
|
||||||
"API_BASE_URL": "http://localhost:8000/api/v1/"
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user