Compare commits

...

6 Commits

Author SHA1 Message Date
ibrahim sanduvaç
56450b43c8
Merge 40c5d3211c into c677dd99d4 2026-04-08 16:34:14 +00:00
Devin Dooley
c677dd99d4
Merge pull request #4834 from wispgitgecko9/patch-2
Update macOS.gitignore
2026-04-07 20:04:22 -07:00
Devin Dooley
a78658650d
Revert change to Icon rule 2026-04-07 20:02:07 -07:00
WiSP
6a7b122e75
Update macOS.gitignore
Added .localized file to the gitignore.
2026-04-03 21:59:36 -05:00
ibrahim
40c5d3211c remove __pycache__. Because this pattern is Python-specific; remove .julia_history. Because The .julia_history pattern is redundant since .history would already match it 2025-10-04 09:04:10 +03:00
ibrahim
d8635c69ba Add ignore rules for Revise package files and common editor/OS temporary files in Julia projects 2025-10-04 08:53:35 +03:00
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# General
.DS_Store
.localized
__MACOSX/
.AppleDouble
.LSOverride

View File

@ -26,3 +26,12 @@ 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/
# Common temporary files and directories created by editors and operating systems
*.so
*.dylib
*.dll