Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
# These are backup files generated by rustfmt
**/*.rs.bk

# IDE files
.idea
.vscode

# Test data created may accidentally be included
/tests/test_data/test_repos/repo_remove_me
/tests/test_data/test_repos/repo_remove_me_2
tests/fixtures/test_data/rustic_server.toml #often updated with content that should not be archived
/tmp_test_data
tests/fixtures/test_data/test_repos/test_repo/keys/__add_file_test_adds_this_one__
tests/fixtures/test_data/test_repos/test_repo/keys/__get_file_test_adds_this_two__
tests/fixtures/rest_server
repo_remove_me*
__*
ci_repo
26 changes: 0 additions & 26 deletions .pre-commit-config.yaml

This file was deleted.

Loading