This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
itchysats
mirror of
https://github.com/lukechilds/itchysats.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
1190
Commits
67
Branches
8
Tags
4.4 MiB
Tree:
73fb28ddba
itchysats
/
taker-frontend
/
.gitignore
6 lines
46 B
Raw
Normal View
History
Initial daemon and frontend for taker and maker Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>
4 years ago
node_modules
.DS_Store
dist-ssr
*.local
Replace negative .gitignores with build script Vite deletes the `dist` directory on re-builds. That will also delete the gitignore which makes the generated files show up in Git. We need those directories to exist otherwise `rust-embed` fails. Use a build-script to create them when we compile the daemons.
3 years ago
dist/