Skip to content
Snippets Groups Projects
Commit afa9376e authored by Simon Genin (ges)'s avatar Simon Genin (ges)
Browse files

[FIX] dx: port back js tooling gitignore properties


The tooling has been introduce in later version of odoo.
It is a problem when somebody switches to older branches without
disabling the tooling as it would then try to commit the tooling config
files.

We just add a few lines in the gitignore to prevent this issue.

closes odoo/odoo#106945

X-original-commit: b469295c
Related: odoo/enterprise#34551
Signed-off-by: default avatarJorge Pinna Puissant (jpp) <jpp@odoo.com>
parent 20025a28
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,11 @@ setup/win32/static/postgresql*.exe
# js tooling
node_modules
jsconfig.json
tsconfig.json
package-lock.json
package.json
.husky
# various virtualenv
/bin/
......@@ -44,6 +47,3 @@ package.json
/man/
/share/
/src/
# avoid adding it after generation from tsconfig command
tsconfig.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment