.gitignore 170 B

123456789101112131415
  1. /.idea/
  2. /coverage/
  3. /dest/
  4. /node_modules/
  5. npm-debug.log
  6. /test/
  7. **/test/
  8. /bak/
  9. **/*.min.js
  10. package-lock.json
  11. /.svn/
  12. /ftpconfig.js
  13. /gulpconfig.js
  14. ftpconfig.js
  15. gulpconfig.js