github.com/companieshouse/lfp-pay-api@v0.0.0-20230203133422-0ca455cd79f9/.gitignore (about)

     1  # Build artifacts
     2  lfp-pay-api
     3  lfp-pay-api-*.zip
     4  build.log
     5  
     6  # Test output
     7  test.xml
     8  
     9  # Lint output
    10  lint.txt
    11  
    12  # GoLand files
    13  .idea/
    14  
    15  # Mac files
    16  .DS_Store
    17  ._*