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

     1  # This file specifies files that are *not* uploaded to Google Cloud Platform
     2  # using gcloud. It follows the same syntax as .gitignore, with the addition of
     3  # "#!include" directives (which insert the entries of the given .gitignore-style
     4  # file at that point).
     5  #
     6  # For more information, run:
     7  #   $ gcloud topic gcloudignore
     8  #
     9  .gcloudignore
    10  # If you would like to upload your .git directory, .gitignore file or files
    11  # from your .gitignore file, remove the corresponding line
    12  # below:
    13  .git
    14  .gitignore
    15  
    16  # Binaries for programs and plugins
    17  *.exe
    18  *.exe~
    19  *.dll
    20  *.so
    21  *.dylib
    22  # Test binary, build with `go test -c`
    23  *.test
    24  # Output of the go coverage tool, specifically when used with LiteIDE
    25  *.out
    26  bin/
    27  node_modules/
    28  .git/
    29  .idea/
    30  dist/
    31  yarn.lock
    32  hungknow.log
    33  
    34  # CI
    35  /.circleci
    36  /.github