mirror of
https://github.com/JarvyJ/HomeIntent.git
synced 2022-02-11 01:01:05 +03:00
* Update docker-publish.yml * started script to generate dockerfiles * autogenerated the dockerfiles * new and improved dockerignore closes #122
19 lines
301 B
Plaintext
19 lines
301 B
Plaintext
## ignore all
|
|
**
|
|
|
|
## but include these directories/files
|
|
!/docs/**
|
|
!/home_intent/**
|
|
!/setup/**
|
|
!/tmp/**
|
|
!/ui/**
|
|
!/requirements.txt
|
|
|
|
## but ignore these dirs/files in those directories
|
|
**/__pycache__/
|
|
**/.pytest_cache
|
|
**/.git
|
|
docs/site
|
|
ui/frontend/node_modules
|
|
ui/frontend/build
|
|
ui/frontend/.svelte-kit |