Skip to content

Commit

Permalink
Update ignore files and launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagusiak committed Jul 13, 2024
1 parent d3d6e57 commit 567f139
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
.git
.github
.gitignore
.vscode
/.*_cache
/addons/*
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Local files
/.env
*.override.yaml
/.venv
/.vscode/launch.json
*.override.yaml
*.local.*

# Python and temporary files
*.py[cod]
Expand Down
1 change: 0 additions & 1 deletion scripts/launch.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"args": [
"--workers=0",
"--stop-after-init",
"-d", "test",
"-i", "${input:odoo_module}",
"--test-enable",
"--test-tags", "${input:test_tags}",
Expand Down

0 comments on commit 567f139

Please sign in to comment.