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