Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112
  1. # Items that don't need to be in a Docker image
  2. # Anything not used by the build system should go here
  3. Dockerfile
  4. .dockerignore
  5. .gitignore
  6. README.md
  7. */.git/
  8. # Artifacts that will be build during image creation.
  9. # This should contain all files created during `npm run build`.
  10. */node_modules/
  11. */build/