forked from elanthia-online/lich-5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (22 loc) · 794 Bytes
/
.gitattributes
File metadata and controls
26 lines (22 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
*.lic linguist-language=Ruby
# let's gussy this up a bit for a working zip / tarball release
# first, let's ignore files we don't want in the zip
.git* export-ignore
.claude* export-ignore
.ruby-version export-ignore
Gemfile.lock export-ignore
/*.adoc export-ignore
/*.toml export-ignore
/*.yml export-ignore
/*.yaml export-ignore
/*.ico export-ignore
/*.iss export-ignore
/*.json export-ignore
/*.md export-ignore
# second, let's take a running stab at ignoring a directory
/spec export-ignore
/.github export-ignore
/docs export-ignore
.yardopts export-ignore
# third, let's ignore a file in a directory
# next up, consider normalized line endings