yams.media/.gitignore
Roger Gonzalez 074e19052a
Add Aider files to .gitignore
- Ignore Aider files to prevent them from being committed.
- This ensures that project-specific Aider configurations are not shared.
- Aider is a development tool and its files are not part of the core project.
2025-05-14 20:47:15 -03:00

24 lines
284 B
Plaintext

.DS_Store
.idea
*.log
tmp/
### Hugo ###
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
# Temporary lock file while building
/.hugo_build.lock
*.webp
# Aider
.aider*