update gitignore
This commit is contained in:
parent
6c161fbc68
commit
5815979868
1 changed files with 24 additions and 0 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
@ -1 +1,25 @@
|
|||
.direnv
|
||||
# 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
|
||||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
|
|
Loading…
Reference in a new issue