github.com/furusax0621/goa-v1@v1.4.3/.gitignore (about)

     1  # Golang tools artifacts
     2  **/*.coverprofile
     3  **/*.test
     4  vendor
     5  
     6  # Executables and test outputs
     7  goagen/goagen
     8  _integration_tests/*/**/*.*
     9  
    10  # Editor / IDEs cruft
    11  .idea/
    12  *.iml
    13  .vscode/
    14  *~
    15  *.orig
    16  
    17  # OSes cruft
    18  .DS_Store
    19  
    20  # vim
    21  *.swp
    22  *.swo