github.com/status-im/status-go@v1.1.0/.gitignore (about)

     1  # See http://help.github.com/ignore-files/ for more about ignoring files.
     2  #
     3  # If you find yourself ignoring temporary files generated by your text editor
     4  # or operating system, you probably want to add a global ignore instead:
     5  #   git config --global core.excludesfile ~/.gitignore_global
     6  
     7  /statusd-data
     8  /cmd/statusd/statusd-data
     9  /cmd/statusd/statusd
    10  /cmd/statusd-cli/statusd-cli
    11  
    12  /wnode-status-data
    13  /cmd/wnode-status/wnode-status-data
    14  /cmd/wnode-status/wnode-status
    15  
    16  /tmp
    17  */**/*un~
    18  */**/*.test
    19  *un~
    20  .DS_Store
    21  */**/.DS_Store
    22  .ethtest
    23  */**/*tx_database*
    24  vendor/github.com/ethereum/go-ethereum/vendor
    25  node_modules/
    26  tags
    27  build/
    28  
    29  #*
    30  .#*
    31  *#
    32  *~
    33  .project
    34  .settings
    35  
    36  # used by the Makefile
    37  /build/_workspace/
    38  /build/bin/
    39  
    40  # travis
    41  profile.tmp
    42  profile.cov
    43  
    44  # vagrant
    45  .vagrant
    46  
    47  # tests
    48  .ethereumtest/
    49  /vendor/**/*_test.go
    50  *.test
    51  
    52  #
    53  # golang
    54  coverage.out
    55  coverage-all.out
    56  coverage.html
    57  
    58  # vim swap files
    59  [._]*.s[a-v][a-z]
    60  [._]*.sw[a-p]
    61  [._]s[a-v][a-z]
    62  [._]sw[a-p]
    63  
    64  Session.vim
    65  .undodir/*
    66  /.idea/
    67  /.vscode/
    68  /cmd/*/.ethereum/
    69  *.iml
    70  
    71  # created for running container
    72  _assets/compose/bootnode/keys
    73  
    74  # do not vendor nested vendor/ dirs
    75  vendor/**/vendor
    76  
    77  # nodejs package
    78  
    79  package.json
    80  package-lock.json
    81  
    82  # junit reports for Jenkins integration
    83  report.xml
    84  
    85  # go test logs
    86  test.log
    87  test_*.log
    88  **/exit_code_*.txt
    89  
    90  # Waku libs
    91  vendor/github.com/waku-org/go-zerokit-rln-x86_64/
    92  vendor/github.com/waku-org/go-zerokit-rln-apple/
    93  vendor/github.com/waku-org/go-zerokit-rln-arm/
    94  
    95  # status-cli logs
    96  alice.log
    97  bob.log
    98  test-alice/
    99  test-bob/
   100  
   101  # Nix
   102  /.nix-gcroots/
   103  
   104  # integration-tests
   105  __pycache__/
   106  *.py[cod]
   107  *$py.class
   108  .pytest_cache/
   109  .envrc
   110  report/results.xml