.gitignore 302 B

12345678910111213141516171819202122
  1. .DS_Store
  2. node_modules/
  3. /dist/static/
  4. /dist/2019alp/
  5. /dist/2019beta/
  6. /dist/cst2017_bak/
  7. /dist/cst2018/
  8. /dist/index.html
  9. npm-debug.log*
  10. yarn-debug.log*
  11. yarn-error.log*
  12. /test/unit/coverage/
  13. /test/e2e/reports/
  14. selenium-debug.log
  15. # Editor directories and files
  16. .idea
  17. .vscode
  18. *.suo
  19. *.ntvs*
  20. *.njsproj
  21. *.sln