astro/examples/framework-alpine/.gitignore
2021-12-21 12:45:23 -05:00

18 lines
196 B
Text

# build output
dist
# dependencies
node_modules/
.snowpack/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store