github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/.gitignore (about)

     1  # Temporary build-tools artifacts to be ignored
     2  /.gotmp/
     3  /VERSION.txt
     4  .docker_image
     5  /dictionary.dic
     6  /site
     7  /authors.json
     8  /docs/cache
     9  /dist
    10  /.cache
    11  /.ddev
    12  /artifacts
    13  *.DS_Store
    14  nbproject/
    15  .idea
    16  *.orig
    17  *.rej
    18  
    19  # Test binary, built with `go test -c`
    20  *.test
    21  
    22  # Output of the go coverage tool
    23  *.out
    24  cover.html