Skip to content

Commit

Permalink
Merge pull request #9 from souvikbasu/master
Browse files Browse the repository at this point in the history
add slides and excercise for React Portals
  • Loading branch information
akiran authored Mar 31, 2018
2 parents 7646627 + 09bb1fb commit 9e1e932
Show file tree
Hide file tree
Showing 15 changed files with 18,417 additions and 0 deletions.
37 changes: 37 additions & 0 deletions exercises/src/portals/01-using-modals/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# dependencies #
#############
/node_modules

# testing #
#############
/coverage

# production #
#############
**/build

# misc #
#############
.DS_Store
.env
npm-debug.log*
yarn-debug.log*
yarn-error.log*

#ESLint config #
#############
.eslintrc.json


# IDE files #
#############
nbproject
.~lock.*
.buildpath
.idea
.project
.settings
composer.lock
.history/
.vscode/
.idea
Loading

0 comments on commit 9e1e932

Please sign in to comment.