forked from Panfactum/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
20 lines (18 loc) · 886 Bytes
/
.gitattributes
File metadata and controls
20 lines (18 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated
*.exe binary
# Usual image types
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.bmp filter=lfs diff=lfs merge=lfs -text
*.svg filter=lfs diff=lfs merge=lfs -text
*.sketch filter=lfs diff=lfs merge=lfs -text
# Include these files in normal git tracking so they can be used by terragrunt
packages/infrastructure/authentik_core_resources/logo.svg !filter !diff !merge text
packages/infrastructure/authentik_aws_sso/aws.svg !filter !diff !merge text
packages/infrastructure/authentik_vault_sso/vault.svg !filter !diff !merge text
packages/infrastructure/authentik_zoho_sso/zoho.svg !filter !diff !merge text