From 0101a843506ec6b4220efb79bdbc9922140933ba Mon Sep 17 00:00:00 2001 From: Duncan Eddy Date: Mon, 6 May 2024 07:15:00 -0700 Subject: [PATCH] chore: Update .gitignore to add platform-specific and IDE ignores --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1df9ef9..d4d80d8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,11 @@ *.jl.*.cov *.jl.mem deps/deps.jl -docs/build* \ No newline at end of file +docs/build* + +# Platform Specific +.DS_Store + +# IDE Specific +.vscode +.idea \ No newline at end of file