mirror of
https://github.com/github/gitignore.git
synced 2026-04-12 14:31:42 +08:00
Add ignore rules for Revise package files and common editor/OS temporary files in Julia projects
This commit is contained in:
parent
fc6ce5da28
commit
d8635c69ba
@ -26,3 +26,14 @@ Manifest*.toml
|
||||
# File generated by the Preferences package to store local preferences
|
||||
LocalPreferences.toml
|
||||
JuliaLocalPreferences.toml
|
||||
|
||||
# Files generated by the Revise package to store local preferences
|
||||
.history
|
||||
.julia_history
|
||||
.julia/
|
||||
|
||||
# Common temporary files and directories created by editors and operating systems
|
||||
__pycache__/
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
Loading…
Reference in New Issue
Block a user