chore: import local project into Gitea
This commit is contained in:
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
# OS / tooling
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editors
|
||||
.cursor/
|
||||
.vscode/
|
||||
|
||||
# Secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.template
|
||||
sdkconfig
|
||||
sdkconfig.old
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Node / frontend
|
||||
node_modules/
|
||||
dist/
|
||||
|
||||
# PlatformIO / ESP-IDF
|
||||
.pio/
|
||||
build/
|
||||
esp-idf/
|
||||
managed_components/
|
||||
dependencies.lock
|
||||
|
||||
# Local media / deploy artifacts
|
||||
sdcard/
|
||||
*.bin
|
||||
*.uf2
|
||||
*.elf
|
||||
*.map
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user