saiblog/.gitignore

20 lines
203 B
Text
Raw Permalink Normal View History

2022-10-23 12:08:29 +02:00
# build output
dist/
2022-10-23 12:08:29 +02:00
# dependencies
node_modules/
2022-10-23 12:08:29 +02:00
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
2022-10-23 12:08:29 +02:00
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store