github.com/wfusion/gofusion@v1.1.14/.dockerignore (about)

     1  
     2  # Files
     3  .dockerignore
     4  .editorconfig
     5  .gitignore
     6  Dockerfile
     7  Makefile
     8  LICENSE
     9  **/*.md
    10  **/*_test.go
    11  *.out
    12  
    13  # Folders
    14  .git/
    15  .github/
    16  **/node_modules/