Skip to content

Commit

Permalink
chore(tutorial): fix .gitignore and add tutorial to scope
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Nov 10, 2016
1 parent fdd6743 commit 51fb7cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .cz-config.js
Expand Up @@ -33,7 +33,8 @@ module.exports = {
{name: 'http'},
{name: 'useragent'},
{name: 'firebase'},
{name: 'website'}
{name: 'website'},
{name: 'tutorial'}
],

// it needs to match the value for field type. Eg.: 'fix'
Expand Down
4 changes: 2 additions & 2 deletions packages/tutorial/.gitignore
@@ -1,2 +1,2 @@
public/index.html
src
/public/index.html
/src

0 comments on commit 51fb7cc

Please sign in to comment.