mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
feat: add Docker setup with Dockerfile and docker-compose
Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
This commit is contained in:
parent
5ba0421f76
commit
4d34f11b87
3 changed files with 95 additions and 0 deletions
22
.dockerignore
Normal file
22
.dockerignore
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Rust build artifacts
|
||||
/target
|
||||
|
||||
# VCS
|
||||
/.git
|
||||
/.gitignore
|
||||
|
||||
# Editors/OS
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Node/web (if present)
|
||||
node_modules
|
||||
dist
|
||||
build
|
||||
|
||||
# Firmware intermediate dirs (if any)
|
||||
firmware/.pio
|
||||
firmware/.pioenvs
|
||||
firmware/build
|
||||
Loading…
Add table
Add a link
Reference in a new issue