Files
rollup/.gitignore
Arik Jones 8ff624350b gitignore
2024-09-02 10:08:01 -05:00

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