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