From c4880bb9fa4d86cd273df553f1cbaf297f2a7b6e Mon Sep 17 00:00:00 2001 From: Carlos Gomes Date: Thu, 17 Apr 2025 12:11:08 -0300 Subject: [PATCH] add: default ignores --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..795c3a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# project +data +dataset +results +work +.nextflow + +# special dirs and files (e.g., potentially sensistive or large data files) +.nextflow.log* +*.fa +*.fast5 +*.fastq.* +*.pod5 +*.bam +*.csv +*.zip +*.tar.gz -- GitLab