From 8ed8822ef25dcd47db6b5d867073739d28a893c5 Mon Sep 17 00:00:00 2001 From: Brandon Flores Date: Sun, 17 Mar 2024 00:35:26 -0500 Subject: [PATCH] Removed `Manifest.toml`, improved `.gitignore` --- .gitignore | 31 +++++++++++++++++++++++++++++-- Manifest.toml | 2 -- 2 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 Manifest.toml diff --git a/.gitignore b/.gitignore index 3af67b1..7984a65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,31 @@ -*.jl.*.cov +# Files generated by invoking Julia with --code-coverage *.jl.cov +*.jl.*.cov + +# Files generated by invoking Julia with --track-allocation *.jl.mem -/docs/build/ +*.jl.*.mem + +# System-specific files and directories generated by the BinaryProvider and BinDeps packages +# They contain absolute paths specific to the host computer, and so should not be committed +deps/deps.jl +deps/build.log +deps/downloads/ +deps/usr/ +deps/src/ + +# Build artifacts for creating documentation generated by the Documenter package +docs/build/ +docs/site/ + +# File generated by Pkg, the package manager, based on a corresponding Project.toml +# It records a fixed state of all packages used by the project. As such, it should not be +# committed for packages, but should be committed for applications that require a static +# environment. +Manifest.toml + +# Files generated by VS Code - now placed in personal .gitignore +# .vscode + +# Custom sysimage (made by PackageCompiler.jl) +JuliaSysimage.so diff --git a/Manifest.toml b/Manifest.toml deleted file mode 100644 index f45eecf..0000000 --- a/Manifest.toml +++ /dev/null @@ -1,2 +0,0 @@ -# This file is machine-generated - editing it directly is not advised -