.gitignore 463 B

1234567891011121314151617181920212223242526272829303132
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. # Test binary, build with `go test -c`
  8. *.test
  9. # Output of the go coverage tool, specifically when used with LiteIDE
  10. *.out
  11. # Exclude build command shortcut(s)
  12. *.cmd
  13. # Exclude own settings
  14. settings.json
  15. ## Hmm... not even sure why this was being ignored
  16. !kaniko.yaml
  17. !Jenkinsfile
  18. # Exclude runnning dev settings
  19. /*.json
  20. /*.jsonc
  21. # Exclude program output
  22. *.txt
  23. # Exclude program storage
  24. **