mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
29 lines
318 B
Plaintext
29 lines
318 B
Plaintext
# Project specific
|
|
node_modules/
|
|
/i18n
|
|
*.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 |