Skip to content

Commit 94099b4

Browse files
committed
chore: cleanup .gitignore files (#20795)
1 parent 84b31f6 commit 94099b4

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

.gitignore

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# macOS leaves these files everywhere:
22
.DS_Store
33
# Created by `lake exe cache get` if no home directory is available
4-
/.cache
5-
# Prior to v4.3.0-rc2 lake stored files in these locations.
6-
# We'll leave them in the `.gitignore` for a while for users switching between toolchains.
7-
/build/
8-
/lake-packages/
9-
/lakefile.olean
10-
# After v4.3.0-rc2 lake stores its files here:
11-
/.lake/
4+
.cache
5+
# `lake` stores its files here:
6+
.lake

DownstreamTest/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/.lake
1+
.lake
22
lean-toolchain
33
lake-manifest.json

0 commit comments

Comments
 (0)