Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nongrata081/seed
Browse files Browse the repository at this point in the history
  • Loading branch information
nongrata081 committed Mar 31, 2019
2 parents 46bc8a8 + 5bc7b8a commit 35ecb08
Show file tree
Hide file tree
Showing 3 changed files with 854 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/tmp
/out-tsc

# dependencies
/node_modules

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.iml
*.sublime-workspace

# IDE - VSCode
.vscode

# misc
/.sass-cache
/connect.lock
/coverage/*
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings

# System Files
.DS_Store
Thumbs.db

# Debug logs
*.log
.scannerwork
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "seed",
"version": "0.0.0",
"description": "seed repository with basic functionality",
"scripts": {
"commit": "git-cz"
},
"devDependencies": {
"commitizen": "3.0.5",
"cz-conventional-changelog": "2.1.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"license": "ISC"
}
Loading

0 comments on commit 35ecb08

Please sign in to comment.