meshtastic/.gitignore
2024-02-24 19:15:04 -06:00

30 lines
334 B
Plaintext

# Project specific
node_modules/
*.Identifier
.docusaurus
build
.vercel
.env
.pnpm-debug.log
static/documents/pdf
# 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