Skip to content

Commit 6af959c

Browse files
committed
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.
1 parent 469fad5 commit 6af959c

File tree

3 files changed

+12
-23
lines changed

3 files changed

+12
-23
lines changed

.gitignore

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1+
# Rust
12
/target
2-
.env
3+
4+
# Frontend
35
/node_modules
46
htpasswd
5-
/result
7+
.yarn
8+
9+
# Nix
610
gomod2nix.toml
711
Cargo.nix
812
crate-hashes.json
9-
.yarn
13+
14+
# Misc
15+
/demos
16+
/stacks
17+
/result
18+
.env
1019
.pnp
1120
.pnp.*

demos/demos-v2-arg.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

demos/demos-v2.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)