mirror of
https://github.com/MrUnknownDE/internetx-ddns-updater.git
synced 2026-04-06 00:32:00 +02:00
32 lines
330 B
Plaintext
32 lines
330 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Environment Variables (CRITICAL - Never commit!)
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|