Changes in Git Ignore

This commit is contained in:
Sandip Ghimire 2025-12-17 15:55:20 +05:45
parent f0185dc7d5
commit e27aec63c5
3 changed files with 31 additions and 11 deletions

2
.gitignore vendored
View File

@ -15,8 +15,6 @@ coverage
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*

31
.vscode/settings.json vendored Normal file
View 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"
}
}

View File

@ -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/"
}