github.com/minio/console@v1.4.1/.gitignore (about)

     1  # Playwright Data
     2  web-app/storage/
     3  web-app/playwright/.auth/admin.json
     4  
     5  # Report from Playwright
     6  web-app/playwright-report/
     7  
     8  # Coverage from Playwright
     9  web-app/.nyc_output/
    10  
    11  # Binaries for programs and plugins
    12  *.exe
    13  *.exe~
    14  *.dll
    15  *.so
    16  *.dylib
    17  .DS_Store
    18  *.swp
    19  *.orig
    20  
    21  # Test binary, build with `go test -c`
    22  *.test
    23  
    24  .idea/
    25  vendor/
    26  
    27  # Output of the go coverage tool, specifically when used with LiteIDE
    28  *.out
    29  
    30  # Ignore executables
    31  target/
    32  !pkg/logger/target/
    33  console
    34  !console/
    35  
    36  dist/
    37  
    38  # Ignore node_modules
    39  
    40  web-app/node_modules/
    41  
    42  # Ignore tls cert and key
    43  private.key
    44  public.crt
    45  
    46  # Ignore VsCode files
    47  .vscode/
    48  *.code-workspace
    49  *~
    50  .eslintcache