-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
69 lines (65 loc) · 2.05 KB
/
Copy path.gitattributes
File metadata and controls
69 lines (65 loc) · 2.05 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Normalize line endings across contributors
* text=auto eol=lf
# Keep generated binaries untouched
*.dll binary
*.dylib binary
*.so binary
*.exe binary
# Preserve tab-indented makefiles
Makefile linguist-language=Makefile
# Keep Packagist/Composer dist archives source-only for the PHP binding. The
# package is indexed from the monorepo root, but consumers only need root
# package metadata plus asherah-php runtime sources and native staging helpers.
/.cargo/** export-ignore
/.claude/** export-ignore
/.dockerignore export-ignore
/.editorconfig export-ignore
/.git export-ignore
/.github/** export-ignore
/.gitignore export-ignore
/.pre-commit-config.yaml export-ignore
/AGENTS.md export-ignore
/BUILD_RULES.md export-ignore
/CLAUDE.md export-ignore
/Cargo.lock export-ignore
/Cargo.toml export-ignore
/PUBLISHING.md export-ignore
/RELEASING.md export-ignore
/asherah/** export-ignore
/asherah-cobhan/** export-ignore
/asherah-config/** export-ignore
/asherah-dotnet/** export-ignore
/asherah-ffi/** export-ignore
/asherah-go/** export-ignore
/asherah-java/** export-ignore
/asherah-node/** export-ignore
/asherah-py/** export-ignore
/asherah-ruby/** export-ignore
/asherah-server/** export-ignore
/benchmarks/** export-ignore
/docker/** export-ignore
/docs/** export-ignore
/e2e/** export-ignore
/fuzz/** export-ignore
/global.json export-ignore
/interop/** export-ignore
/interop-grpc/** export-ignore
/rust-toolchain.toml export-ignore
/samples/** export-ignore
/scripts/** export-ignore
/src/** export-ignore
/target/** export-ignore
/target-*/** export-ignore
/valgrind.supp export-ignore
/asherah-php/.Dockerfile.alpine export-ignore
/asherah-php/.Dockerfile.debian export-ignore
/asherah-php/.gitignore export-ignore
/asherah-php/.php-cs-fixer.php export-ignore
/asherah-php/.php-cs-fixer.cache export-ignore
/asherah-php/.phpunit.cache export-ignore
/asherah-php/composer.lock export-ignore
/asherah-php/native/** export-ignore
/asherah-php/phpstan.neon export-ignore
/asherah-php/phpunit.xml export-ignore
/asherah-php/tests/** export-ignore
/asherah-php/vendor/** export-ignore