code.gitea.io/gitea@v1.21.7/options/gitignore/Julia (about)

     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