.dockerignore 352 B

12345678910111213141516
  1. docker
  2. !docker/testdata
  3. .gitignore
  4. .github
  5. .travis
  6. .travis.yml
  7. # The following git files are needed by GRASS GIS to extract the revision
  8. # during compilation. If you are not using one of the Dockerimages from this
  9. # repository, delete the .git folder in your Dockerfile after compilation.
  10. .git
  11. !.git/HEAD
  12. !.git/refs/heads
  13. !.git/objects
  14. .git/objects/*