Update .gitignore

This commit is contained in:
Bill 2021-04-28 22:56:33 -04:00
parent 33e4d125db
commit abeb2d64b7

56
.gitignore vendored
View File

@ -1,23 +1,49 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
/bazel-out
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# profiling files
chrome-profiler-events*.json
speed-measure-plugin*.json
# production
/build
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
.git
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# System Files
.DS_Store
Thumbs.db
*.zip