ci: initialize v4 repo — fixed Dockerfile, full requirements, deploy pipeline
Some checks failed
Deploy Backend to Staging / Deploy backend to staging (push) Has been cancelled
Some checks failed
Deploy Backend to Staging / Deploy backend to staging (push) Has been cancelled
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# Odoo config — managed on server, never commit
|
||||
odoo.conf
|
||||
odoo-docker.conf
|
||||
odoo-docker.conf.bak
|
||||
|
||||
# Postgres data
|
||||
pgdata/
|
||||
pgdata_bak*/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
venv/
|
||||
.env
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
*.pdf
|
||||
|
||||
# Frontend build artifacts (frontend has its own repo)
|
||||
frontend/
|
||||
node_modules/
|
||||
dist/
|
||||
|
||||
# Local dev files
|
||||
backups/
|
||||
data/
|
||||
miniconda3/
|
||||
Reference in New Issue
Block a user