Skip to content

Commit

Permalink
chore(git): update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroHerr committed Nov 17, 2019
1 parent 2301ac8 commit 1b98526
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
Expand All @@ -49,6 +53,7 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output
Expand All @@ -72,6 +77,9 @@ jspm_packages/
# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

Expand All @@ -89,6 +97,7 @@ typings/

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand All @@ -99,6 +108,9 @@ typings/
# nuxt.js build output
.nuxt

# react / gatsby
public/

# vuepress build output
.vuepress/dist

Expand All @@ -108,16 +120,20 @@ typings/
# FuseBox cache
.fusebox/

#DynamoDB Local files
# DynamoDB Local files
.dynamodb/

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

### VisualStudioCode Patch ###
# Ignore all local history of files
.history

# End of https://www.gitignore.io/api/node,macos,visualstudiocode
dist

dist/
# End of https://www.gitignore.io/api/node,macos,visualstudiocode

0 comments on commit 1b98526

Please sign in to comment.