Skip to content

Commit 02a8bfd

Browse files
authored
Add ignore pattern (#1694)
The newest release of the C# DevKit creates a "cache" file for every .csproj in the repo. These shouldn't be checked in.
1 parent 330e5a6 commit 02a8bfd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,3 +360,4 @@ test-grammar/
360360

361361
# don't checkin jar files:
362362
*.jar
363+
*.lscache

0 commit comments

Comments
 (0)