Skip to content

Commit 3cc7b93

Browse files
authored
[TASK] Add .gitignore to exclude file for composer package (#140)
1 parent 1051181 commit 3cc7b93

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.gitattributes

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
* text=auto
2+
*.css linguist-vendored
3+
*.scss linguist-vendored
4+
5+
# Enforce checkout with linux lf consistent over all platforms
6+
*.html text eol=lf
7+
*.css text eol=lf
8+
*.tmpl text eol=lf
9+
*.less text eol=lf
10+
*.scss text eol=lf
11+
*.js text eol=lf
12+
*.json text eol=lf
13+
*.php text eol=lf
14+
*.rst text eol=lf
15+
*.md text eol=lf
16+
*.yml text eol=lf
17+
*.yaml text eol=lf
18+
*.ts text eol=lf
19+
*.typoscript text eol=lf
20+
*.xlf text eol=lf
21+
*.sh text eol=lf
22+
*.sql text eol=lf
23+
*.txt text eol=lf
24+
25+
/.* export-ignore
26+
/Build export-ignore
27+
/Documentation export-ignore
28+
/Tests export-ignore
29+
/CODE_OF_CONDUCT.md export-ignore
30+
/CONTRIBUTING.md export-ignore
31+
/phpstan.neon export-ignore
32+
/phpstan-baseline.neon export-ignore

0 commit comments

Comments
 (0)