-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitattributes
43 lines (38 loc) · 1019 Bytes
/
.gitattributes
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
# Auto detect text files and perform LF normalization
* text=auto
*.css linguist-generated=true
*.min.css linguist-generated=true
*.min.js linguist-generated=true
*.snap linguist-generated=true
tests/_support/_generated/* linguist-generated=true
# Export ignore handling
# Directories
/.git export-ignore
/.github export-ignore
/.wordpress-org export-ignore
/bin export-ignore
/tests export-ignore
# Dot-files
.babelrc export-ignore
.distignore export-ignore
.editorconfig export-ignore
.env export-ignore
.env.example export-ignore
.env.testing.slic export-ignore
.eslintignore export-ignore
.eslintrc.json export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.jshintrc export-ignore
.nvmrc export-ignore
.phpcs.xml export-ignore
.phpcs.compat.xml export-ignore
.phpstorm.meta.php export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
# Other files
composer.json export-ignore
phpcs.xml export-ignore
phpcs.xml.dist export-ignore
phpstan.neon export-ignore
README.md export-ignore