-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
27 lines (24 loc) · 794 Bytes
/
.gitattributes
File metadata and controls
27 lines (24 loc) · 794 Bytes
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
# Ignore files and directories when creating archives with `git archive`.
# This will exclude matching files from the role as distributed on Ansible
# Galaxy.
/.github/ export-ignore
/.github/** export-ignore
/scripts/ export-ignore
/scripts/** export-ignore
/tmp/ export-ignore
/tmp/** export-ignore
/vagrant/ export-ignore
/vagrant/** export-ignore
# XXX do not exclude (a) the `/tests/` hierarchy, as doing so breaks GitHub
# Actions, or (b) `*.nix` files, as this appears to break the Nix flake.
# That is, do not do this:
# /tests/ export-ignore
# /tests/** export-ignore
# *.nix export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
CONTRIBUTING.md export-ignore
Vagrantfile export-ignore
event.json export-ignore
flake.lock export-ignore