update gitignore
This commit is contained in:
parent
39f5f70af3
commit
4ef826ebee
9
.gitignore
vendored
9
.gitignore
vendored
@ -2,9 +2,11 @@
|
||||
_build/
|
||||
|
||||
# dotfiles
|
||||
|
||||
.*
|
||||
!.gitignore
|
||||
!.github
|
||||
!.gitea
|
||||
!.mailmap
|
||||
# compiled python files
|
||||
*.py[co]
|
||||
@ -22,7 +24,6 @@ odoo/filestore
|
||||
odoo/addons/base/maintenance
|
||||
# window installation config file
|
||||
/odoo.conf
|
||||
|
||||
# generated for windows installer?
|
||||
install/win32/*.bat
|
||||
install/win32/meta.py
|
||||
@ -39,7 +40,6 @@ tsconfig.json
|
||||
package-lock.json
|
||||
package.json
|
||||
.husky
|
||||
|
||||
# various virtualenv
|
||||
/bin/
|
||||
/build/
|
||||
@ -49,3 +49,8 @@ package.json
|
||||
/man/
|
||||
/share/
|
||||
/src/
|
||||
/deployment/postgresql/*
|
||||
/venv/
|
||||
/deployment/backup/*.zip
|
||||
/extra-addons/
|
||||
*.pyc
|
Loading…
Reference in New Issue
Block a user