Skip to content

Commit

Permalink
re:init
Browse files Browse the repository at this point in the history
move to MIT License
  • Loading branch information
magic-akari committed Dec 31, 2018
1 parent ee248ba commit 746a694
Show file tree
Hide file tree
Showing 56 changed files with 47 additions and 9,021 deletions.
12 changes: 0 additions & 12 deletions .babelrc

This file was deleted.

22 changes: 0 additions & 22 deletions .es5.babelrc

This file was deleted.

33 changes: 26 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
logs
*.log
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
Expand All @@ -20,23 +23,39 @@ coverage
# 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)
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

dist
.DS_Store
.vscode
jsconfig.json
# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 746a694

Please sign in to comment.