Skip to content

Commit

Permalink
feat(application): Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswlane committed Nov 10, 2017
1 parent 46a4ea0 commit b0e8814
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 45 deletions.
48 changes: 3 additions & 45 deletions .gitignore
Expand Up @@ -5,56 +5,14 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

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

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

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

# Dependency directories
node_modules/
jspm_packages/

# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# JetBrains settings
.idea
6 changes: 6 additions & 0 deletions .npmignore
@@ -0,0 +1,6 @@
src
.nvmrc
.travis.yml
jest.config.js
tsconfig.json
tslint.json

0 comments on commit b0e8814

Please sign in to comment.