File: .gitignore

package info (click to toggle)
golang-github-getsentry-sentry-go 0.29.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,404 kB
  • sloc: makefile: 75; sh: 21
file content (14 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Code coverage artifacts
coverage.txt
coverage.out
coverage.html
.coverage/

# Just my personal way of tracking stuff — Kamil
FIXME.md
TODO.md
!NOTES.md

# IDE system files
.idea
.vscode