-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (49 loc) · 1.9 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
*
*/**
# ────────────────────────────────────────────────────────────────────
!/specs
!/specs/basic
!/specs/basic/**
# ────────────────────────────────────────────────────────────────────
!/specs/templated
!/specs/templated/*
!/specs/templated/*/*.nomad
!/specs/templated/*/*.yml
!/specs/templated/*/config
!/specs/templated/*/config/**
# ────────────────────────────────────────────────────────────
!/contrib
!/contrib/docker
!/contrib/docker/*
!/contrib/docker/*/Dockerfile
# ────────────────────────────────────────────────────────────────────
!.devcontainer/alpine.Dockerfile
!.devcontainer/archlinux.Dockerfile
!.devcontainer/devcontainer.json
# ────────────────────────────────────────────────────────────
!/.vscode
!/.vscode/*
# ────────────────────────────────────────────────────────────────────
!/todo.txt
# linter ignore files
!/.markdownlintignore
!/.remarkrc.yaml
!/.editorconfig
!/.gitignore
!/.gitattributes
!/.dockerignore
!/.gitpod.yml
!/.build.yml
!/.stignore
!/.versionrc
!/.pre-commit-config.yaml
!/.env
!/LICENSE
!/README.md
!/commitlint.config.js
!/Justfile
!/Makefile
!/Vagrantfile
!/docker-bake.hcl
!/CONTRIBUTING.md
!/CHANGELOG.md