mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 10:22:02 +00:00
22 lines
230 B
Text
22 lines
230 B
Text
# 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
|