Skip to content

Commit

Permalink
feat(ignore): ignore bundle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Toxni committed Aug 18, 2016
1 parent 720aed3 commit d4ba0cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22,116 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,5 @@
.idea
out
gen
node_modules
node_modules
example/dist
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@
```
import React, { Component } from 'react';
import ReactDOM from 'react-dom';
import { ScrollPage, Section } from '/dist/bundle';
import { ScrollPage, Section } from '/dist';
class Foo extends Component {
render() {
Expand Down

0 comments on commit d4ba0cc

Please sign in to comment.