Compware/.gitignore

18 lines
282 B
Plaintext
Raw Permalink Normal View History

2024-12-06 11:45:14 +00:00
# Generated by Cargo
# will have compiled files and executables
/target/
pkg
# These are backup files generated by rustfmt
**/*.rs.bk
# node e2e test tools and outputs
node_modules/
test-results/
end2end/playwright-report/
playwright/.cache/
# Sass cache dir
.sass-cache/
.idea/