File tree Expand file tree Collapse file tree 3 files changed +444
-0
lines changed
Expand file tree Collapse file tree 3 files changed +444
-0
lines changed Original file line number Diff line number Diff line change 1+ # Files generated by invoking Julia with --code-coverage
2+ * .jl.cov
3+ * .jl. * .cov
4+
5+ # Files generated by invoking Julia with --track-allocation
6+ * .jl.mem
7+
8+ # System-specific files and directories generated by the BinaryProvider and BinDeps packages
9+ # They contain absolute paths specific to the host computer, and so should not be committed
10+ deps /deps.jl
11+ deps /build.log
12+ deps /downloads /
13+ deps /usr /
14+ deps /src /
15+
16+ # Build artifacts for creating documentation generated by the Documenter package
17+ docs /build /
18+ docs /site /
19+
20+ # File generated by Pkg, the package manager, based on a corresponding Project.toml
21+ # It records a fixed state of all packages used by the project. As such, it should not be
22+ # committed for packages, but should be committed for applications that require a static
23+ # environment.
24+ Manifest * .toml
25+
26+ # File generated by the Preferences package to store local preferences
27+ LocalPreferences.toml
28+ JuliaLocalPreferences.toml
Original file line number Diff line number Diff line change 1+ [deps ]
2+ MarkdownLiteral = " 736d6165-7244-6769-4267-6b50796e6954"
3+ Pluto = " c3e4b0f8-55cb-11ea-2926-15256bba5781"
4+ PlutoTeachingTools = " 661c6b06-c737-4d37-b85c-46df65de6f69"
5+ PlutoUI = " 7f904dfe-b85e-4ff6-b463-dae2292396a8"
6+ Revise = " 295af30f-e4ad-537b-8983-00126c2a3abe"
You can’t perform that action at this time.
0 commit comments