From c90465c65b9d040090930bf8c4ebd7abb05770d9 Mon Sep 17 00:00:00 2001 From: "Tan, Kian-ting" Date: Tue, 21 Jan 2025 23:43:55 +0800 Subject: [PATCH] Initial commit --- .gitignore | 26 ++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 29 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c487889 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# ---> Julia +# Files generated by invoking Julia with --code-coverage +*.jl.cov +*.jl.*.cov + +# Files generated by invoking Julia with --track-allocation +*.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 + diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec49260 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# uahgi + +another experimential typesetting tool \ No newline at end of file