Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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/