github.com/sharovik/devbot@v1.0.1-0.20240308094637-4a0387c40516/.dockerignore (about)

     1  # Ignore files which may accidentally be added into git
     2  .idea
     3  .DS_store
     4  
     5  devbot.sqlite
     6  
     7  project-build
     8  .github
     9  bin
    10  documentation
    11  terraform
    12  test
    13  vendor
    14  
    15  Dockerfile
    16  _config.yml
    17  LICENSE.md
    18  README.md
    19  SECURITY.md
    20  slack-app-manifest.yml
    21  
    22  # Git is not needed after deploy
    23  .git
    24  .gitignore
    25  .gitkeep