commit c90465c65b9d040090930bf8c4ebd7abb05770d9 Author: Tan, Kian-ting Date: Tue Jan 21 23:43:55 2025 +0800 Initial commit 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