Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaplus1 committed Jan 24, 2019
1 parent bbcbcd7 commit 12499cf
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### https://raw.github.com/github/gitignore/80c5f1c6f5cb514416531a4413b85fcba63fb8e9/Node.gitignore
### https://raw.github.com/github/gitignore/7b395872200dfdad57902866ca09e7f4c1e85406/Node.gitignore

# Logs
logs
Expand All @@ -22,7 +22,7 @@ coverage
# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
Expand All @@ -31,14 +31,14 @@ bower_components
# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Typescript v1 declaration files
# TypeScript v1 declaration files
typings/

# Optional npm cache directory
Expand All @@ -58,6 +58,27 @@ typings/

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache

# next.js build output
.next

# nuxt.js build output
.nuxt

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/


0 comments on commit 12499cf

Please sign in to comment.