Skip to content

Commit

Permalink
chore: add more entry to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Sep 13, 2023
1 parent 31005bd commit 7cfa236
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
/plugin/target/
/fluereflow/target/
# folder that contain test files
/supply-chain/
/output/

# test file formats
*.json
*.xml
*.csv
*.txt

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Expand Down Expand Up @@ -37,4 +39,4 @@ Cargo.lock
config.toml

# Test plugins folder
plugins/
plugins/

0 comments on commit 7cfa236

Please sign in to comment.