build: update .gitignore
This commit is contained in:
parent
f1147264b5
commit
36bd836a40
28
.gitignore
vendored
28
.gitignore
vendored
|
@ -1,22 +1,12 @@
|
|||
# build output
|
||||
dist/
|
||||
.astro/
|
||||
.output/
|
||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
||||
|
||||
# dependencies
|
||||
.direnv/
|
||||
node_modules/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
|
||||
# environment variables
|
||||
.astro
|
||||
.direnv
|
||||
.env
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
dist
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
pnpm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
|
Loading…
Reference in a new issue