104 lines
1.2 KiB
Plaintext
104 lines
1.2 KiB
Plaintext
# PlatformIO
|
|
.pio/
|
|
.pioenvs/
|
|
.piolibdeps/
|
|
.platformio/
|
|
platformio.ini.bak
|
|
|
|
# Build directories
|
|
build/
|
|
.vscode/
|
|
|
|
# IDE files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Node.js (falls du Node.js Tools verwendest)
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage/
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# Dependency directories
|
|
jspm_packages/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
# IDE specific files
|
|
.vscode/settings.json
|
|
.vscode/launch.json
|
|
.vscode/extensions.json
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Compiled files
|
|
*.o
|
|
*.obj
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Firmware files (optional - falls du sie nicht versionieren willst)
|
|
# *.bin
|
|
# *.hex
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
|
|
# Archive files
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# MCP related files (falls nicht benötigt)
|
|
gitea-mcp.exe
|
|
gitea-mcp.zip
|
|
|
|
# Local configuration files
|
|
config.local.* |