Skip to content

Commit 0ae659c

Browse files
committed
Update gitignore
1 parent 2e5762d commit 0ae659c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ FodyWeavers.xsd
437437

438438
# Generated by Cargo
439439
# will have compiled files and executables
440-
debug
441-
target
440+
/debug/
441+
/target/
442442

443443
# These are backup files generated by rustfmt
444444
**/*.rs.bk
@@ -463,4 +463,5 @@ target
463463
profile.json.gz
464464
!crates/renderide/src/bin/**
465465
*.lscache
466-
config.toml
466+
config.toml
467+
crates/renderide/shaders/target/

0 commit comments

Comments
 (0)