merge gitignore

This commit is contained in:
Leif Niemczik 2022-11-06 21:02:17 +01:00
parent e0d1beb749
commit 2db5e177dd
15 changed files with 15597 additions and 0 deletions

21
.gitignore vendored
View file

@ -102,3 +102,24 @@ dist
# TernJS port file
.tern-port
# build output
dist/
.output/
# dependencies
node_modules
.yarn
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store