Skip to content

Commit

Permalink
Don't use symbolic links for git.
Browse files Browse the repository at this point in the history
Since git 2.23 .gitignore that is a symbolic link is ignored. I made them explicit now (though I'm not sure they're even needed)
  • Loading branch information
faassen committed Oct 21, 2024
1 parent 75ed264 commit d79ebbe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/cli/.gitignore

This file was deleted.

6 changes: 6 additions & 0 deletions crates/cli/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/target
Cargo.lock
/.vscode
/.idea
/tmp
expand.rs
1 change: 0 additions & 1 deletion crates/macros/.gitignore

This file was deleted.

6 changes: 6 additions & 0 deletions crates/macros/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/target
Cargo.lock
/.vscode
/.idea
/tmp
expand.rs

0 comments on commit d79ebbe

Please sign in to comment.