chore: stop tracking ignored files and logs

This commit is contained in:
2026-03-28 07:08:30 +07:00
parent bb5d5f9faf
commit c5617ae9e8
508 changed files with 4 additions and 3099 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
.vscode/*
.vscode/
odoo.conf
log/odoo.log
*.log
*.tmp
__pycache__/
*.py[cod]
*.py[cod]
-23
View File
@@ -1,23 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Odoo14 Demo Kanjabung",
"type": "debugpy",
"request": "launch",
"stopOnEntry": false,
"console": "integratedTerminal",
"python": "C:/odoo14c/python/python.exe",
"program": "C:/odoo14c/server/odoo-bin",
"args": [
"--config=C:\\addon14\\odoo.conf",
"--database=kanjabung_MRP",
"--without-demo=all"
],
"cwd": "${workspaceFolder}",
"env": {
"PATH": "C:/odoo14c/python;${env:PATH}"
}
}
]
}
-5
View File
@@ -1,5 +0,0 @@
{
"python.defaultInterpreterPath": "C:/odoo14c/python/python.exe",
"python.debugpyPath": "C:/odoo14c/python/Lib/site-packages",
"debugpy.adapterPython": "C:/odoo14c/python/python.exe"
}

Some files were not shown because too many files have changed in this diff Show More