-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
53 lines (53 loc) · 2.53 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
*
!*/
# ────────────────────────────────────────────────────────────────────
!/assets/**
!/docs/*/README.md
!/shisho/*.shisho.yaml
!/docker/**/README.md
!/docker/**/Dockerfile
# ────────────────────────────────────────────────────────────────────
!/Makefile
!/Taskfile.dist.yaml
!/contrib/tasks/**/Taskfile.yaml
# ────────────────────────────────────────────────────────────────────
!/**/.gitkeep
# ────────────────────────────────────────────────────────────────────
!/**/Makefile
!/**/Taskfile.yaml
# ────────────────────────────────────────────────────────────────────
!/.cspell/*.txt
!/.vscode/**
# ────────────────────────────────────────────────────────────
!/.devcontainer/**
!/Vagrantfile
!/docker-bake.hcl
# ────────────────────────────────────────────────────────────
!/.github/CODEOWNERS
!/.github/dependabot.yml
!/.github/ISSUE_TEMPLATE/
!/.github/ISSUE_TEMPLATE/*.md
!/.github/workflows/*.yml
!/.github/ISSUES/**.md
!/.github/pull_request_template.md
!/.github-labels.json
# ────────────────────────────────────────────────────────────────────
!/cspell.config.yaml
!/.yamlfmt
!/commitlint.config.js
!/.dockerignore
!/.gitlint
!/.gitleaks.toml
!/.pre-commit-config.yaml
!/.markdownlint.yaml
!/.markdownlintignore
!/.editorconfig
!/.stignore
!/.gitignore
# ────────────────────────────────────────────────────────────
!/.versionrc
!/LICENSE
!/README.md
!/CONTRIBUTING.md
!/CHANGELOG.md
!/todo.txt