Browse Source

update issue report

added __pycache__ to gitignore
main
lumapu 2 months ago
parent
commit
e07751e4df
  1. 10
      .github/ISSUE_TEMPLATE/report.yaml
  2. 2
      .gitignore
  3. BIN
      scripts/__pycache__/htmlPreprocessorDefines.cpython-311.pyc

10
.github/ISSUE_TEMPLATE/report.yaml

@ -1,9 +1,7 @@
name: "AhoyDTU bug" name: "issue report"
description: "File a bug report" description: "issue report"
title: "[Bug]" title: ""
labels: ["bug", "needs-triage"] labels: ["new", "needs-triage"]
assignees:
- lumapu
body: body:
- type: markdown - type: markdown
attributes: attributes:

2
.gitignore

@ -16,4 +16,4 @@ src/data/*
src/output.map src/output.map
/.venv /.venv
/scripts/__pycache__/htmlPreprocessorDefines.cpython-311.pyc /scripts/__pycache__/*

BIN
scripts/__pycache__/htmlPreprocessorDefines.cpython-311.pyc

Binary file not shown.
Loading…
Cancel
Save