training-academy/.gitignore

60 lines
659 B
Plaintext

# System files
.DS_Store
Thumbs.db
desktop.ini
# Browser cache and temp files
*.tmp
*.temp
# IDE files
.vscode/
.idea/
.vs/
*.swp
*.swo
# Logs
*.log
# Node modules (if we add any)
node_modules/
# User-specific cached images (we may want to exclude these)
# images/cached/*.jpg
# images/cached/*.png
# images/cached/*.jpeg
# images/cached/*.webp
# User imported images and audio files
images/tasks/*
images/consequences/*
*.jpg
*.jpeg
*.png
*.gif
*.webp
*.bmp
*.tiff
*.tif
*.svg
*.ico
*.mp3
*.wav
*.ogg
*.m4a
*.aac
*.flac
*.wma
videos/tasks/*
videos/punishments/*
videos/rewards/*
videos/background/*
*.mp4
*.avi
*.mov
*.wmv
*.flv
# Backup files
*.bak
*~