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.
1 parent e437e20 commit ba8c350Copy full SHA for ba8c350
.gitignore
@@ -20,8 +20,13 @@ deps/src/
20
docs/build/
21
docs/site/
22
23
-# File generated by Pkg, the package manager, based on a corresponding Project.toml
24
-# It records a fixed state of all packages used by the project. As such, it should not be
25
-# committed for packages, but should be committed for applications that require a static
26
-# environment.
+# --------------------
+# Julia Environment Files
+# Keep Project.toml; ignore Manifest.toml in packages
27
+!Project.toml
28
+# Ignore all Manifest.toml files...
29
Manifest.toml
30
+**/Manifest.toml
31
+# ...except the one inside docs/src/assets
32
+!docs/src/assets/Manifest.toml
0 commit comments