mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
c06af5a0b1
* getting started updates * updates to about page * updated gettings started and supported hardware page * archived wrong device Co-authored-by: sigmahour <> Co-authored-by: Andre K <andrekir@pm.me> Co-authored-by: Sacha Weatherstone <sachaw100@hotmail.com>
28 lines
312 B
Plaintext
28 lines
312 B
Plaintext
# Project specific
|
|
node_modules/
|
|
*.Identifier
|
|
.docusaurus
|
|
build
|
|
.vercel
|
|
.env
|
|
.pnpm-debug.log
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# IntelliJ
|
|
.idea
|
|
*.iml
|
|
out
|
|
gen
|
|
|
|
# VS Code
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
.history/
|
|
*.vsix
|
|
*.code-workspace |