Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsinpub committed Jul 27, 2017
1 parent 966103f commit 7b590fa
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .gitignore
Expand Up @@ -24,7 +24,19 @@ build

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
node_modules/
package-lock.json

# Optional npm cache directory
.npm/
npm-debug.log

# VSCode
.vscode/
jsconfig.json

# Typescript v1 declaration files
typings/

# Custom KC3 Ignores
$devFiles
Expand Down

0 comments on commit 7b590fa

Please sign in to comment.