github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/.dockerignore (about)

     1  **/outputs
     2  **/data
     3  **/.cache
     4  **/node_modules
     5  **/yarn-error.log
     6  **/build
     7  **/public
     8  **/lib
     9  **/.DS_Store
    10  **/dist/*.sha256
    11  **/dist/*.tar.gz
    12  **/env.*
    13  **/.env
    14  **/*.swp
    15  **/*.swo
    16  **/bin/*/*
    17  **/.vscode
    18  **/vendor/*
    19  **/bin/*
    20  **/.venv
    21  **/temperature_sensor_data.csv
    22  **/temperature_sensor_data.csv.bz2
    23  **/.ipynb_checkpoints
    24  **/__debug_bin
    25  **/__debug_bin.exe
    26  **/.terraform/*
    27  **/*.tfstate
    28  **/*.tfstate.backup
    29  **/.terraform.lock.hcl
    30  **/production.tfvars
    31  **/ops/terraform/*.out
    32  **/dashboard/terraform/.terraform
    33  **/dashboard/frontend/dist
    34  **/*_unit.json
    35  **/.trunk/logs
    36  **/benchmark/results
    37  **/shards
    38  **/__pycache__
    39  **/stderr
    40  **/stdout
    41  **/unittests.xml
    42  **/output_dir
    43  **/experimental/*
    44  **/.idea/
    45  **/job-*
    46  **/coverage/
    47  **/coverage.out
    48  **/Dockerfile