github.com/coreservice-io/utils@v0.3.0/.gitignore (about)

     1  logs
     2  **/.DS_Store
     3  # local env files
     4  .env.local
     5  .env.*.local
     6  
     7  # Editor directories and files
     8  .idea
     9  .vscode
    10  *.suo
    11  *.ntvs*
    12  *.njsproj
    13  *.sln
    14  *.sw?
    15  
    16  
    17  # Binaries for programs and plugins
    18  *.exe
    19  *.exe~
    20  *.dll
    21  *.so
    22  *.dylib
    23  
    24  # Test binary, built with `go test -c`
    25  *.test
    26  
    27  # Output of the go coverage tool, specifically when used with LiteIDE
    28  *.out
    29  
    30  # Dependency directories (remove the comment below to include it)
    31  # vendor/
    32  
    33  
    34   
    35