.gitignore 155 B

12345678910111213
  1. src/selector.js
  2. dist
  3. .project
  4. .settings
  5. *~
  6. *.diff
  7. *.patch
  8. /*.html
  9. .DS_Store
  10. dist/.destination.json
  11. dist/.sizecache.json
  12. build/.sizecache.json
  13. node_modules