Skip to content
Snippets Groups Projects
Commit 15012151 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#106878

Related: odoo/enterprise#34518
Signed-off-by: default avatarJorge Pinna Puissant (jpp) <jpp@odoo.com>
parent 1b6208a2
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,14 @@ setup/win32/static/less/
setup/win32/static/wkhtmltopdf/
setup/win32/static/postgresql*.exe
# js tooling
node_modules
jsconfig.json
tsconfig.json
package-lock.json
package.json
.husky
# various virtualenv
/bin/
/build/
......
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