Skip to content

Commit ba8c350

Browse files
authored
Update .gitignore
1 parent e437e20 commit ba8c350

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.gitignore

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ deps/src/
2020
docs/build/
2121
docs/site/
2222

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.
23+
# --------------------
24+
# Julia Environment Files
25+
# --------------------
26+
# Keep Project.toml; ignore Manifest.toml in packages
27+
!Project.toml
28+
# Ignore all Manifest.toml files...
2729
Manifest.toml
30+
**/Manifest.toml
31+
# ...except the one inside docs/src/assets
32+
!docs/src/assets/Manifest.toml

0 commit comments

Comments
 (0)