feat: Move to Astro
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@ -1,3 +1,23 @@
|
||||
node_modules
|
||||
files/
|
||||
dist/
|
||||
# build output
|
||||
dist/
|
||||
|
||||
# generated types
|
||||
.astro/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
||||
slicers/*
|
Reference in New Issue
Block a user