.gitignore 70 B

123456789
  1. /node_modules
  2. /npm-debug.log
  3. /test*.html
  4. .tern-*
  5. *~
  6. *.swp
  7. .idea
  8. *.iml