.gitignore 224 B

1234567891011
  1. # Include your project-specific ignores in this file
  2. # Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
  3. build
  4. node_modules
  5. ncp-debug.log
  6. npm-debug.log
  7. .idea
  8. yarn.lock
  9. src/config.js
  10. .DS_Store