-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
29 lines (29 loc) · 908 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Build artifacts for creating documentation generated by the Documenter package
# File generated by Pkg, the package manager, based on a corresponding Project.toml
# Files generated by invoking Julia with --code-coverage
# Files generated by invoking Julia with --track-allocation
# It records a fixed state of all packages used by the project. As such, it should not be
# Mac
# System-specific files and directories generated by the BinaryProvider and BinDeps packages
# They contain absolute paths specific to the host computer, and so should not be committed
# committed for packages, but should be committed for applications that require a static
# environment.
**/.DS_Store
**/._.DS_Store
*.jl.*.cov
*.jl.cov
*.jl.mem
.DS_Store
._.DS_Store
/docs/Manifest.toml
/docs/build/
DS_Store
Manifest.toml
deps/build.log
deps/deps.jl
deps/downloads/
deps/src/
deps/usr/
docs/Manifest.toml
docs/build/
docs/site/