github.com/weaviate/weaviate@v1.24.6/.gitignore (about)

     1  # ignore release dirs
     2  nightly/*
     3  dist/*
     4  dist
     5  nightly
     6  
     7  # ignore confectionary files
     8  contextionary/contextionary.vocab
     9  contextionary/contextionary.idx
    10  contextionary/contextionary.knn
    11  contextionary/stopwords.json
    12  wget-log*
    13  
    14  # ignore update files
    15  semver
    16  cc-test-reporter
    17  
    18  # Ignore OLD files
    19  *.OLD
    20  *.OLD.go
    21  
    22  # Do not include dist tmp
    23  dist_tmp
    24  
    25  # No weaviate bins
    26  ./weaviate
    27  
    28  # Logs
    29  logs
    30  *.log
    31  npm-debug.log*
    32  
    33  # Runtime data
    34  pids
    35  *.pid
    36  *.seed
    37  
    38  # Contents of temp-directory
    39  temp
    40  .temp
    41  
    42  # Directory for instrumented libs generated by jscoverage/JSCover
    43  lib-cov
    44  
    45  # Coverage directory used by tools like istanbul
    46  coverage
    47  
    48  # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
    49  .grunt
    50  
    51  # node-waf configuration
    52  .lock-wscript
    53  
    54  # Compiled binary addons (http://nodejs.org/api/addons.html)
    55  build/Release
    56  
    57  # Dependency directory
    58  node_modules
    59  
    60  # Optional npm cache directory
    61  .npm
    62  
    63  # Optional REPL history
    64  .node_repl_history
    65  
    66  # MAC stuff
    67  .DS_Store
    68  .!
    69  
    70  # IDE files
    71  .idea/
    72  .vscode/
    73  
    74  # Local files
    75  _local
    76  
    77  # Remove weave files
    78  weave-current.json
    79  weave-current-discovery.json
    80  
    81  # local nodes folders
    82  graphqlapi/prototype/node_modules/
    83  
    84  /data*/
    85  /snapshots*/
    86  /backups*/
    87  docker-compose/runtime-stable/data
    88  docker-compose/runtime-unstable/data
    89  c.out
    90  /cmd/weaviate-server/build_artifacts/
    91  
    92  esbackups/
    93  **/testdata/
    94  
    95  # coverage files
    96  coverage*.txt
    97  
    98  # go mod
    99  vendor/
   100  
   101  test/benchmark/benchmark_results.json
   102  # benchmark results files copied from a remote run
   103  benchmark_results_*.json
   104  
   105  # local credentials
   106  creds.json
   107  
   108  # VSCode
   109  cmd/weaviate-server/__debug_bin*
   110  
   111  # python test
   112  .venv
   113  **/__pycache__
   114  *.pyc