astro/examples/with-tailwindcss/.gitignore
Chris Swithinbank 1d43a3a6aa
Add .astro/ to .gitignore in example projects (#5841)
* Delete committed types in with-content example

* Add `.astro/` to `.gitignore` in example projects
2023-01-12 11:26:13 -05:00

21 lines
229 B
Text

# build output
dist/
# generated types
.astro/
# 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