From 87d310dc53c681ad54822e1cb8a66dc4c90a4a67 Mon Sep 17 00:00:00 2001 From: Carlos Gomes Date: Thu, 17 Apr 2025 15:00:48 -0300 Subject: [PATCH] up: ignore IDEs --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 14d935c..8dd2949 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ dataset results work .nextflow +.vscode +.idea # special dirs and files (e.g., potentially sensistive or large data files) .nextflow.log* -- GitLab