.gitignore 102 B

12345678910
  1. .DS_Store
  2. *.swp
  3. .project
  4. .idea/
  5. .vscode/
  6. npm-debug.log
  7. .jshintrc
  8. .vs/
  9. **/node_modules
  10. test/unit/build