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

     1  # Ignore git items
     2  .gitignore
     3  .git/
     4  :include .gitignore
     5  
     6  # Common large paths
     7  node_modules/
     8  web-app/node_modules/
     9  build/
    10  dist/
    11  .idea/
    12  vendor/
    13  .env/
    14  .venv/
    15  .tox/
    16  *.min.js
    17  
    18  # Common test paths
    19  test/
    20  tests/
    21  *_test.go
    22  
    23  # Semgrep rules folder
    24  .semgrep
    25  
    26  # Semgrep-action log folder
    27  .semgrep_logs/
    28  
    29  # Ignore VsCode files
    30  .vscode/
    31  *.code-workspace
    32  *~
    33  .eslintcache
    34  
    35  consoleApi.ts