github.com/0xsequence/ethkit@v1.25.0/.gitignore (about)

     1  ethkit-test.json
     2  bin/
     3  
     4  # Ignore everything in vendor/, except for certain files.
     5  # LICENSE and COPYING. Ignore Go tests.
     6  vendor/**/*
     7  
     8  # keep files..
     9  !vendor/**/
    10  !vendor/modules.txt
    11  !vendor/**/*.go
    12  !vendor/**/*.h
    13  !vendor/**/*.s
    14  !vendor/**/*.c
    15  !vendor/**/*.sh
    16  !vendor/**/*.pl
    17  !vendor/**/*.proto
    18  !vendor/**/LICENSE*
    19  !vendor/**/COPYING*
    20  
    21  # Misc
    22  .DS_Store