-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
32 lines (32 loc) · 1.37 KB
/
.gitattributes
File metadata and controls
32 lines (32 loc) · 1.37 KB
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
# Ignore tests, docs and examples when Composer creates the ZIP
.gitattributes export-ignore
.gitignore export-ignore
clean.sh export-ignore
readme.md export-ignore
ai-kit-core export-ignore
ai-kit-ui export-ignore
/screenshot-*.png export-ignore
vendor/*/test*/ export-ignore
vendor/**/test*/ export-ignore
vendor/*/Test*/ export-ignore
vendor/**/Test*/ export-ignore
vendor/*/example*/ export-ignore
vendor/**/example*/ export-ignore
vendor/*/docs*/ export-ignore
vendor/**/docs*/ export-ignore
vendor/*/bin/ export-ignore
vendor/**/bin/ export-ignore
vendor/*/*.exe export-ignore
vendor/**/*.exe export-ignore
vendor/*/*.bash export-ignore
vendor/**/*.bash export-ignore
vendor/*/*.fish export-ignore
vendor/**/*.fish export-ignore
vendor/*/*.sh export-ignore
vendor/**/*.sh export-ignore
vendor/*/*.zsh export-ignore
vendor/**/*.zsh export-ignore
vendor/*/*.py export-ignore
vendor/**/*.py export-ignore
vendor/*/*.base64 export-ignore
vendor/**/*.base64 export-ignore