github.com/DapperCollectives/CAST/backend@v0.0.0-20230921221157-1350c8be7c96/.gitignore (about)

     1  # dependencies
     2  **/node_modules
     3  /node_modules
     4  /.pnp
     5  .pnp.js
     6  
     7  # GO STUFF
     8  bin
     9  vendor
    10  
    11  # production
    12  build
    13  
    14  # yarn / eslint
    15  .yarn/cache
    16  .yarn/install-state.gz
    17  .yarn/build-state.yml
    18  .eslintcache
    19  
    20  # flow
    21  flowdb
    22  
    23  # misc
    24  .DS_Store
    25  **/.env
    26  **/.vscode
    27  
    28  # debug
    29  npm-debug.log*
    30  yarn-debug.log*
    31  yarn-error.log*
    32  
    33  # flow config
    34  ./flow.json
    35  ./flow.stable.json
    36  
    37  # executable
    38  flow-voting-tool-server
    39  main/helperScripts