From 6069f65e0c905ffe59e47f95af27a762c3620f2e Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Wed, 6 Mar 2024 09:27:17 -0500 Subject: [PATCH] Allow editor's fuzyy finders to find the config.yaml file. --- .gitignore | 1 + .ignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .ignore diff --git a/.gitignore b/.gitignore index be5f0b2c..dff1e436 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ signac_project_document.json .signac_sp_cache.json.gz __pycache__ .signac +.bundles *.code-workspace diff --git a/.ignore b/.ignore new file mode 100644 index 00000000..c7d913e5 --- /dev/null +++ b/.ignore @@ -0,0 +1 @@ +!hoomd_validation/config.yaml