Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Techassi committed Dec 18, 2023
1 parent 469fad5 commit 6af959c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 23 deletions.
15 changes: 12 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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.*
10 changes: 0 additions & 10 deletions demos/demos-v2-arg.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions demos/demos-v2.yaml

This file was deleted.

0 comments on commit 6af959c

Please sign in to comment.