From 0f8c1936fffafe23b28260647d8f95688eef47be Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 13 Feb 2024 15:12:50 +0000 Subject: [PATCH] make a EpiAware specific .gitignore rather than just relying on the global one --- EpiAware/.gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 EpiAware/.gitignore diff --git a/EpiAware/.gitignore b/EpiAware/.gitignore new file mode 100644 index 000000000..0bea468c2 --- /dev/null +++ b/EpiAware/.gitignore @@ -0,0 +1,42 @@ +# Julia +# 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 +docs + +# Data +*.csv +*.tsv +*.parquet +*.dat +*.bin +*.xls +*.xlsx + +# Documents +*.doc +*.docx +*.htm +*.html +*.ppt +*.pptx +*.pdf + +# Images +*.bmp +*.jpg +*.jpeg +*.gif +*.pdf +*.png + +# Compressed archives +*.gz +*.tar +*.tgz +*.rar +*.zip + +.DS_Store