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

10 lines
197B

  1. # /node_modules/* in the project root is ignored by default
  2. # build artefacts
  3. dist/*
  4. coverage/*
  5. # data definition files
  6. **/*.d.ts
  7. # 3rd party libs
  8. /src/public/
  9. # custom definition files
  10. /src/types/