# .gitignore
#
# Maintained by Claud D. Park <posquit0.bj@gmail.com>
# http://www.posquit0.com/

### Node ###
# Logs
logs
*.log
npm-debug.log*

# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

