We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b31f6 commit 94099b4Copy full SHA for 94099b4
2 files changed
.gitignore
@@ -1,11 +1,6 @@
1
# macOS leaves these files everywhere:
2
.DS_Store
3
# 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/
+.cache
+# `lake` stores its files here:
+.lake
DownstreamTest/.gitignore
@@ -1,3 +1,3 @@
-/.lake
lean-toolchain
lake-manifest.json
0 commit comments