File: .gitignore

package info (click to toggle)
shards 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 904 kB
  • sloc: makefile: 117
file content (21 lines) | stat: -rw-r--r-- 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/.crystal
/.shards
/lib
/bin/shards
/bin/shards.dwarf
/bin/shards.exe
/bin/shards.pdb
/spec/.repositories
/spec/.shards
/spec/unit/.lib
/tmp
/docs/*.html
# Devenv
.devenv*
devenv.local.nix

# direnv
.direnv

# pre-commit
.pre-commit-config.yaml