armchair_fw/.gitignore
jonny_jr9 1ee8e2cfbe Rework README, Update connection-plan
Readme:
    - new structure
    - remove unnecessary content
    - add current features

connection-plan:
    - Fix / Change pin assignments, matches config now
    - Extend wiring-plan (Armchair section, box-wireframes, connectors)

function-diagram:
    - fix typos in joystick mapping
2024-02-27 15:23:57 +01:00

43 lines
425 B
Plaintext

# ESP-IDF
build
sdkconfig.old
dependencies.lock
# VIM files
*.swp
*.swo
**/.cache
# VS-code
settings.json
# drawio
*.dtmp
*.bkp
# diagrams are mostly temporary (pdf files are tracked)
*.drawio
# 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
# other
octave-workspace