Ellie-Blog/.gitignore

32 lines
342 B
Text
Raw Normal View History

2023-12-08 12:22:02 +00:00
# build output
dist/
.output/
2023-12-08 12:22:02 +00:00
# dependencies
node_modules/
2023-12-08 12:22:02 +00:00
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2023-12-08 12:22:02 +00:00
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# ignore .astro directory
.astro
# yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
2025-01-21 12:36:44 +00:00
.pnp.*