Skip to content

Commit 45f71b3

Browse files
faassenXenira
authored andcommitted
Don't use symbolic links for git.
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)
1 parent eb39949 commit 45f71b3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

crates/cli/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

crates/cli/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/target
2+
Cargo.lock
3+
/.vscode
4+
/.idea
5+
/tmp
6+
expand.rs

crates/macros/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

crates/macros/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/target
2+
Cargo.lock
3+
/.vscode
4+
/.idea
5+
/tmp
6+
expand.rs

0 commit comments

Comments
 (0)