github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/.gitignore (about)

     1  # Compiled
     2  main
     3  murex
     4  murex.exe
     5  murex.upx
     6  /docgen
     7  /docgen.exe
     8  bin/
     9  VERSION
    10  deleteme.db
    11  
    12  # WebAssembly 
    13  murex.wasm
    14  wasm_exec.js
    15  /wasmserver
    16  /wasmserver.exe
    17  
    18  # pandoc
    19  /*.html
    20  /docs/*.html
    21  /docs/*/*.html
    22  
    23  # optional builtins
    24  /builtins/imports_build
    25  
    26  # test working directories
    27  /test/tmp
    28  *.test
    29  *.prof
    30  *.pprof
    31  
    32  # IDE
    33  .idea/
    34  .vscode/
    35  projectFilesBackup
    36  murex.iml
    37  
    38  # vendor directories and surplus directories created during broken updates
    39  /vendor.old
    40  /vendor.new
    41  /pkg
    42  /src
    43  /gen/docs-test/
    44  
    45  # Misc
    46  .DS_Store
    47  
    48  # Codecov.io
    49  coverage.txt
    50  
    51  # viewpress
    52  node_modules/
    53  docs/.vuepress/.temp/
    54  docs/.vuepress/.cache/
    55  docs/.vuepress/dist/