From 6af959ccf53b161caf399932f304d67cf1df5ee1 Mon Sep 17 00:00:00 2001 From: Techassi Date: Mon, 18 Dec 2023 10:28:19 +0100 Subject: [PATCH] Initial commit Adds /demos and /stacks folder to gitignore. These folders can be used to create local-only demo and stack tests. It also removed the (accidentally) published demo files. --- .gitignore | 15 ++++++++++++--- demos/demos-v2-arg.yaml | 10 ---------- demos/demos-v2.yaml | 10 ---------- 3 files changed, 12 insertions(+), 23 deletions(-) delete mode 100644 demos/demos-v2-arg.yaml delete mode 100644 demos/demos-v2.yaml diff --git a/.gitignore b/.gitignore index b8ffcbc0..a7cd14bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,20 @@ +# Rust /target -.env + +# Frontend /node_modules htpasswd -/result +.yarn + +# Nix gomod2nix.toml Cargo.nix crate-hashes.json -.yarn + +# Misc +/demos +/stacks +/result +.env .pnp .pnp.* diff --git a/demos/demos-v2-arg.yaml b/demos/demos-v2-arg.yaml deleted file mode 100644 index 8a13034a..00000000 --- a/demos/demos-v2-arg.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -demos: - local-demo-test-arg: - description: Test demo. Provided with the --demo-files argument - stackableStack: test - labels: - - test - - local - manifests: - - plainYaml: lol diff --git a/demos/demos-v2.yaml b/demos/demos-v2.yaml deleted file mode 100644 index 95f64789..00000000 --- a/demos/demos-v2.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -demos: - local-demo-test-env: - description: Test demo. Provided with the STACKABLE_DEMO_FILES env var in the .env file - stackableStack: test - labels: - - test - - local - manifests: - - plainYaml: lol