Skip to content

Commit e05e727

Browse files
committed
[IMP] misc: gitignore windows config file
On Windows installations there is a odoo.conf file generated in the root directory containing a hashed admin password. This only happens in Windows installations where the config file location is not specified. The code responsible can be found here: https://github.com/odoo/odoo/blob/d2ccea9a292c02dc6f4cfdb960d22caa0fd98fd5/odoo/tools/config.py#L414 closes odoo#156217 X-original-commit: 3b30daf Signed-off-by: Christophe Monniez (moc) <[email protected]> Signed-off-by: Bram Van Gaal (brvg) <[email protected]>
1 parent ca18e93 commit e05e727

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ status
2020
odoo/filestore
2121
# maintenance migration scripts
2222
odoo/addons/base/maintenance
23+
# window installation config file
24+
/odoo.conf
2325

2426
# generated for windows installer?
2527
install/win32/*.bat

0 commit comments

Comments
 (0)