Skip to content

Conversation

sundowatch
Copy link

@sundowatch sundowatch commented Oct 4, 2025

…ary files in Julia projects

Reasons for making this change

These additions help prevent accidental commits of files generated by the Revise package and common temporary files created by editors or operating systems. Ignoring these files keeps repositories clean and avoids sharing machine-specific or unnecessary artifacts.

Links to documentation supporting these rule changes

  • Revise.jl documentation: https://timholy.github.io/Revise.jl/stable/
  • Julia documentation on project environments: https://docs.julialang.org/en/v1/manual/environment-variables/
  • Example .gitignore from Julia projects: https://github.com/JuliaLang/julia/blob/master/.gitignore

If this is a new template

Link to application or project’s homepage: https://julialang.org/

Merge and Approval Steps

  • Confirm that you've read the contribution guidelines and ensured your PR aligns
  • Ensure CI is passing
  • Get a review and Approval from one of the maintainers

@sundowatch sundowatch requested a review from a team as a code owner October 4, 2025 05:58
@Copilot Copilot AI review requested due to automatic review settings October 4, 2025 05:58
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Julia.gitignore template to include additional ignore rules for Revise package files and common editor/OS temporary files to prevent accidental commits of generated artifacts.

  • Adds ignore rules for Revise package history and preference files
  • Includes patterns for common temporary files from editors and operating systems
  • Adds rules for shared library files (*.so, *.dylib, *.dll)

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

…julia_history. Because The .julia_history pattern is redundant since .history would already match it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant