chore: replace Sculpin with Astro
This commit is contained in:
parent
d0ef96dead
commit
d1b76dda33
830 changed files with 5819 additions and 10532 deletions
28
website/.gitignore
vendored
28
website/.gitignore
vendored
|
@ -1,8 +1,20 @@
|
|||
/.env
|
||||
/.phpunit.cache
|
||||
/build/
|
||||
/docker-compose.override.yaml
|
||||
/output/
|
||||
/output_*/
|
||||
/source/build/
|
||||
/vendor/
|
||||
# build output
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue