[go: up one dir, main page]

File: .gitignore

package info (click to toggle)
solo1-cli 0.1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: python: 2,168; makefile: 36
file content (12 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# Please consider
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
# before adding to this file

dist/
venv/
firmware-*.json
*.sha2
*.hex

*.pyc
.tags*