You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The entry */.jl in .gitignore files makes it more difficult to navigate the code since many tools (for instance ripgrep, docker, etc...) will ignore these files. I would recommend removing the */.jl entry so the code can easily be searched with standard tools.
Github recommends this file (though for research reproducibility purposes, the last line excluding Manifest.toml is probably a bad idea).
There's also an opt-in approach that might more closely reproduce the current setup.
This is not a requirement for openjournals/joss-reviews#4694. Please do close the issue if you disagree with the recommendation ;).
The text was updated successfully, but these errors were encountered:
The entry
*/.jl
in.gitignore
files makes it more difficult to navigate the code since many tools (for instance ripgrep, docker, etc...) will ignore these files. I would recommend removing the*/.jl
entry so the code can easily be searched with standard tools.Github recommends this file (though for research reproducibility purposes, the last line excluding Manifest.toml is probably a bad idea).
There's also an opt-in approach that might more closely reproduce the current setup.
This is not a requirement for openjournals/joss-reviews#4694. Please do close the issue if you disagree with the recommendation ;).
The text was updated successfully, but these errors were encountered: