github.com/AbsaOSS/env-binder@v1.0.1/.gitignore (about)

     1  # Ignore everything
     2  *
     3  
     4  # But not these files...
     5  !CODEOWNERS
     6  !LICENSE
     7  !README.md
     8  !MAINTAINERS
     9  !/.gitignore
    10  !.licignore
    11  !.golangci
    12  !*.yaml
    13  !*.yml
    14  !Makefile
    15  !*.go
    16  !go.mod
    17  !go.sum
    18  
    19  # ...even if they are in subdirectories
    20  !*/