Deploy / build (push) Successful in 1m12s
- why-your-headless-browser-cant-scrape-everything (case study, en+zh) - the-nocodb-attachment-that-wouldnt-update (note, en+zh) - og + banner images for both, generator entries added - gitignore .og/ scratch dir (also removes previously-committed scratch files)
24 lines
193 B
Plaintext
24 lines
193 B
Plaintext
# dependencies
|
|
node_modules/
|
|
|
|
# build output
|
|
dist/
|
|
.astro/
|
|
|
|
# env
|
|
.env
|
|
.env.*
|
|
|
|
# os
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# og/banner gen scratch\.og/
|
|
|
|
# og/banner gen scratch
|
|
.og/
|