Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Set up a global gitignore to ignore .julia and downloads #25

@christopher-dG

Description

@christopher-dG

The Julia tarball and depot are stored in the source repo to make it possible to cache them, but if you're working with Git in the job they can get in the way a bit (for example SciML/SciMLTutorials.jl@6e5a466). We can help by creating a gitignore file:

.julia/
downloads/

And setting it as the global gitignore:

git config --global core.excludesfile /tmp/gitignore

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions