File: .gitignore

package info (click to toggle)
golang-github-pocketbase-tygoja 0.0~git20250307.c2e6a77-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,164 kB
  • sloc: javascript: 5; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 219 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/.vscode/
.idea

.DS_Store

# tests coverage
coverage.out

# test data artifacts
test/node_modules/
test/output.json

# plaintask todo files
*.todo

# generated markdown previews
README.html
CHANGELOG.html
LICENSE.html