This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
astro-shopify/.gitignore
2025-01-12 19:20:36 +01:00

30 lines
299 B
Plaintext

# build output
dist/
.output/
.json/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
yarn.lock
package-lock.json
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# ignore .astro directory
.astro
.netlify
.vercel