redvault-ai/.gitignore

33 lines
391 B
Text
Raw Permalink Normal View History

2024-07-21 02:42:48 +02:00
# Generated by Cargo
# will have compiled files and executables
2024-09-05 22:33:13 +02:00
target/
2024-07-21 02:42:48 +02:00
pkg
# These are backup files generated by rustfmt
**/*.rs.bk
# node e2e test tools and outputs
node_modules
node_modules/
test-results/
end2end/playwright-report/
playwright/.cache/
.direnv
# App artifacts
db.sqlite3*
public/*-result.csv
# logs
*.log
.ape-*
.llamafile/
llamafile.git
.direnv/
/.direnv/
*/dist/
2024-09-05 22:33:13 +02:00