feat(rust-esp32-c6): make the rust-esp32-c6 template

This commit is contained in:
2026-06-04 20:20:48 -05:00
parent d00885ced7
commit 25609ea025
13 changed files with 337 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Generated by nix
.direnv/
result
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Editor configuration
.vscode/
.zed/
.helix/
.nvim.lua
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Ignore .DS_Store file in mac
**/.DS_Store