armchair_fw/.gitignore
jonny_jr9 b03baa4687 Change folder structure (multiple boards)
- add second pcb board_control, currently copy of previous board
- not enough pins -> board_control handle ui send motorcommands via uart
  board_motorctl handle motors
2023-08-28 11:15:06 +02:00

27 lines
265 B
Plaintext

# ESP-IDF
build
sdkconfig
sdkconfig.old
# VIM files
*.swp
*.swo
# React
**/react-app/build
**/react-app/.pnp
.pnp.js
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local