gitlab.com/evatix-go/core@v1.3.55/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  bin
     8  bin/*.*
     9  bin/**/*.*
    10  *.DS_Store
    11  
    12  # Test binary, built with `go test -c`
    13  *.test
    14  
    15  # Output of the go coverage tool, specifically when used with LiteIDE
    16  *.out
    17  
    18  # Dependency directories (remove the comment below to include it)
    19  # vendor/
    20  
    21  # IDE
    22  .idea
    23  .idea/*.*
    24  .idea/**/*.*
    25  **/.idea/*.*
    26  **/.idea/**/*.*
    27  **/**/.idea/*.*
    28  **/**/.idea/**/*.*
    29  .idea/*.*
    30  .idea/**/*.*
    31  build/
    32  *.db
    33  *.db-journal
    34  
    35  # web
    36  swagger.zip
    37  swagger/
    38  swagger/*.*
    39  routers/commentsRouter_controllers.go
    40  
    41  
    42  .vscode/*
    43  !.vscode/settings.json
    44  !.vscode/tasks.json
    45  !.vscode/launch.json
    46  !.vscode/extensions.json
    47  !.vscode/*.code-snippets
    48  
    49  # Local History for Visual Studio Code
    50  .history/
    51  
    52  # Built Visual Studio Code Extensions
    53  *.vsix
    54  
    55  **/*.log
    56  **/node_modules
    57  .coverage
    58  .nyc_output
    59  docs/
    60  out/
    61  system-test/secrets.js
    62  system-test/*key.json
    63  *.lock
    64  *-lock.js*
    65  build/
    66  .vscode
    67  package-lock.json
    68  __pycache__