--- a +++ b/.gitignore @@ -0,0 +1,40 @@ +# Resilio Sync +*.sync + +# MAC +*Icon* +*.DS_Store + +# R stuff +*.Rhistory +*.rds + +# Images +*.pdf +*.tiff +*.ai +*.svg + +# Data files +*.hdf5 +*.gz +*.zip + +# output files +*.html +*.log +*.tsv + +# Ignore local folders +**/local-data +*.Rproj.user + +# Jupyter notebooks +*.ipynb_checkpoints +# *.ipynb +.Rproj.user + +*.snakemake* + + +*slurm*out