using rocket instead of astro
This commit is contained in:
parent
eb72400722
commit
e61ef1d4c3
79 changed files with 4406 additions and 8501 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
|
@ -1,20 +1,11 @@
|
|||
# wallpapers
|
||||
/public/wallpapers.json
|
||||
/src/wallpapers.rs
|
||||
|
||||
# built css
|
||||
/public/style.css
|
||||
|
||||
# build output
|
||||
dist/
|
||||
# generated types
|
||||
.astro/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
/target
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue