[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: b469295c884026caea1b7779e7ffb778e7a08ab3
Related: odoo/enterprise#34551
Signed-off-by: Jorge Pinna Puissant (jpp) <jpp@odoo.com>
16.0
Simon Genin (ges) 2022-11-30 12:17:03 +00:00
parent 20025a2865
commit afa9376ec0
1 changed files with 3 additions and 3 deletions

6
.gitignore vendored
View File

@ -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