github.com/masterhung0112/hk_server/v5@v5.0.0-20220302090640-ec71aef15e1c/.dockerignore (about)

     1  # Prevent the following files and folders to be send to docker build context
     2  
     3  # dependencies
     4  node_modules/
     5  
     6  .git/
     7  .next/
     8  .gitignore
     9  .dockerignore
    10  out/
    11  .storybook/
    12  bin/*
    13  .idea
    14  # dist/
    15  ./output
    16  .vscode