mirror of
https://github.com/Hello9999901/laptop.git
synced 2025-02-05 08:17:48 +00:00
Byran Huang
a10b6a0a97
added bootloader repo submodule Create Adafruit_nRF52_Bootloader Update Adafruit_nRF52_Bootloader
61 lines
729 B
Plaintext
61 lines
729 B
Plaintext
# For PCBs designed using KiCad: https://www.kicad.org/
|
|
# Format documentation: https://kicad.org/help/file-formats/
|
|
|
|
# Temporary files
|
|
*.000
|
|
*.bak
|
|
*.bck
|
|
*.kicad_pcb-bak
|
|
*.kicad_sch-bak
|
|
*-backups
|
|
*.kicad_prl
|
|
*.sch-bak
|
|
*~
|
|
_autosave-*
|
|
*.tmp
|
|
*-save.pro
|
|
*-save.kicad_pcb
|
|
fp-info-cache
|
|
*.lck
|
|
|
|
# Netlist files (exported from Eeschema)
|
|
*.net
|
|
|
|
# Autorouter files (exported from Pcbnew)
|
|
*.dsn
|
|
*.ses
|
|
|
|
# Exported BOM files
|
|
*.xml
|
|
*.csv
|
|
.DS_Store
|
|
|
|
# JLCPCB Export Files
|
|
jlcpcb/
|
|
|
|
# Website
|
|
# build output
|
|
dist/
|
|
|
|
# generated types
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
.vercel
|
|
|
|
build/
|
|
.vscode/ |