1
0
mirror of https://github.com/JarvyJ/HomeIntent.git synced 2022-02-11 01:01:05 +03:00
Files
homeIntent-rhasspy-integrat…/.dockerignore
Jarvy Jarvison 9152792ac4 GitHub Action: Support Caching for faster builds (#124)
* Update docker-publish.yml

* started script to generate dockerfiles

* autogenerated the dockerfiles

* new and improved dockerignore

closes #122
2021-10-13 11:06:35 -05:00

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