initial commit
This commit is contained in:
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
# ============================================================
|
||||
# Large Binary / Archive Files
|
||||
# ============================================================
|
||||
*.rar
|
||||
*.zip
|
||||
|
||||
# ============================================================
|
||||
# Keil uVision Build Artifacts
|
||||
# ============================================================
|
||||
**/_build/
|
||||
*.uvguix.*
|
||||
*.uvoptx
|
||||
|
||||
# ============================================================
|
||||
# Claude AI
|
||||
# ============================================================
|
||||
.claude/
|
||||
|
||||
# ============================================================
|
||||
# Firmware Binary Outputs & Keys
|
||||
# ============================================================
|
||||
project/ble_peripheral/ble_app_vivaMayo/hex/
|
||||
|
||||
# ============================================================
|
||||
# Backup / Temp
|
||||
# ============================================================
|
||||
*.bladder_backup
|
||||
*.modular_backup
|
||||
*.bak
|
||||
|
||||
# ============================================================
|
||||
# pc_firm build / temp
|
||||
# ============================================================
|
||||
*.exe
|
||||
*.o
|
||||
|
||||
# ============================================================
|
||||
# OS / IDE
|
||||
# ============================================================
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*~
|
||||
*.code-workspace
|
||||
Reference in New Issue
Block a user