mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update to 15 gpt
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -1,3 +1,5 @@
|
|||||||
|
#个人文件目录,不传到git,每个人将个人文件放到 _s 目录下
|
||||||
|
_s/
|
||||||
/.idea
|
/.idea
|
||||||
.idea/
|
.idea/
|
||||||
\.idea
|
\.idea
|
||||||
@@ -8,15 +10,12 @@
|
|||||||
~*.*
|
~*.*
|
||||||
.pyc
|
.pyc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
u*.bat
|
|
||||||
ivan.conf
|
|
||||||
chill.conf
|
|
||||||
vcs.xml
|
vcs.xml
|
||||||
deployment.xml
|
deployment.xml
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
|
__pycache__
|
||||||
__pycache__/
|
__pycache__/
|
||||||
/__pycache__
|
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
@@ -26,8 +25,6 @@ __pycache__/
|
|||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
.Python
|
.Python
|
||||||
develop-eggs/
|
develop-eggs/
|
||||||
dist/
|
|
||||||
downloads/
|
|
||||||
eggs/
|
eggs/
|
||||||
.eggs/
|
.eggs/
|
||||||
parts/
|
parts/
|
||||||
@@ -122,7 +119,3 @@ venv.bak/
|
|||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
.dmypy.json
|
.dmypy.json
|
||||||
dmypy.json
|
dmypy.json
|
||||||
|
|
||||||
/app_odoo_customize/_resource
|
|
||||||
/app_web_studio
|
|
||||||
/web_studio
|
|
||||||
|
|||||||
Reference in New Issue
Block a user