Skip to content

Commit

Permalink
purging debug files
Browse files Browse the repository at this point in the history
  • Loading branch information
jenna-a2ai committed Mar 27, 2024
1 parent 7f38b86 commit c32b1c2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ dvs
# Testing environment
testing/environment/

# debug
target/debug
# rust debug files
debug/
target/

# Devious entry
/src/test_directory/test1.txt
Expand Down
10 changes: 10 additions & 0 deletions src/internal/storage/get.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
use std::path::PathBuf;

use crate::internal::file::hash;
use crate::internal::meta;
use crate::internal::utils::utils;

// pub fn get(local_path: &PathBuf, storage_dir: &PathBuf, git_dir: &PathBuf) -> Result<(), std::io::Error> {
// // get metadata

// } // get
1 change: 0 additions & 1 deletion target/.rustc_info.json

This file was deleted.

3 changes: 0 additions & 3 deletions target/CACHEDIR.TAG

This file was deleted.

0 comments on commit c32b1c2

Please sign in to comment.