We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1da8e49 + 4d2714b commit 8cf094aCopy full SHA for 8cf094a
.gitignore
@@ -1,18 +1,25 @@
1
# macOS leaves these files everywhere:
2
.DS_Store
3
+
4
# Created by `lake exe cache get` if no home directory is available
5
/.cache
6
7
# Prior to v4.3.0-rc2 lake stored files in these locations.
8
# We'll leave them in the `.gitignore` for a while for users switching between toolchains.
9
/build/
10
/lake-packages/
11
/lakefile.olean
12
13
# After v4.3.0-rc2 lake stores its files here:
14
/.lake/
15
16
# Python virtual environment
17
/.venv/
-references.md
18
19
+# Lean blueprint
20
/blueprint/lean_decls
21
/blueprint/src/web.bbl
-tmp.md
22
23
+# Temporary files
24
+references.md
25
structure.md
0 commit comments