25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
282 B

  1. .DS_Store
  2. node_modules/
  3. npm-debug.log*
  4. yarn-debug.log*
  5. yarn-error.log*
  6. **/*.log
  7. tests/**/coverage/
  8. tests/e2e/reports
  9. selenium-debug.log
  10. # Editor directories and files
  11. .idea
  12. .vscode
  13. *.suo
  14. *.ntvs*
  15. *.njsproj
  16. *.sln
  17. *.local
  18. package-lock.json
  19. yarn.lock
  20. /.env.development
  21. vue.config.js