mirror of
https://github.com/tnypxl/rollup.git
synced 2025-12-15 15:03:17 +00:00
36 lines
547 B
Plaintext
36 lines
547 B
Plaintext
# Aider-specific files and folders
|
|
.aider*
|
|
.aider/
|
|
aider-*
|
|
.aider.chat.history.md
|
|
.aider.ident.json
|
|
.aider.tags.json
|
|
|
|
# Temporary files created by Aider
|
|
*.aider.tmp
|
|
|
|
# Logs
|
|
aider.log
|
|
|
|
# Cached files
|
|
.aider_cache/# Binaries for programs and plugins
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|