Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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/