Skip to content

Commit 809fc76

Browse files
committed
chore: add some more items to .gitignore
1 parent 312edf4 commit 809fc76

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,14 @@ conanprofile
6666
# Generated html files from markdown files
6767
*.html
6868

69+
# Files created by running SILO instances
6970
**/output/
7071
**/logs/
7172
**/temp/
7273

73-
**/node_modules/
74+
# Node modules
7475

76+
**/node_modules/
7577

78+
# Rust build output files
79+
**/target/

0 commit comments

Comments
 (0)