2023-01-15 16:53:19 +00:00
|
|
|
# build output
|
|
|
|
dist/
|
|
|
|
.output/
|
2023-01-23 19:07:06 +00:00
|
|
|
public/
|
2023-01-15 16:53:19 +00:00
|
|
|
|
2023-03-10 21:33:09 +00:00
|
|
|
# Temp Scripts
|
|
|
|
scripts/
|
|
|
|
|
2023-01-15 16:53:19 +00:00
|
|
|
# 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
|
2023-01-27 22:12:10 +00:00
|
|
|
|
|
|
|
# exclude default png images
|
2023-03-06 19:49:59 +00:00
|
|
|
static/**/*.png
|
|
|
|
!static/embed.png
|