|
1 | 1 | # Auto detect text files and perform LF normalization |
2 | 2 | * text=auto |
3 | 3 |
|
| 4 | +*.css linguist-generated=true |
| 5 | +*.min.css linguist-generated=true |
| 6 | +*.min.js linguist-generated=true |
| 7 | +*.snap linguist-generated=true |
| 8 | +tests/_support/_generated/* linguist-generated=true |
| 9 | + |
| 10 | +# Export ignore handling |
| 11 | + |
| 12 | +# Directories |
| 13 | +/.git export-ignore |
| 14 | +/.github export-ignore |
| 15 | +/.wordpress-org export-ignore |
| 16 | +/bin export-ignore |
| 17 | +/dev export-ignore |
| 18 | +/docs export-ignore |
| 19 | +/tests export-ignore |
| 20 | + |
4 | 21 | # Ignore other files |
5 | 22 | /.env.* export-ignore |
6 | 23 | /codeception.* export-ignore |
7 | 24 | /composer.* export-ignore |
8 | 25 | /docs export-ignore |
9 | 26 | /phpcs.xml export-ignore |
10 | 27 | /README.md export-ignore |
11 | | -/tests export-ignore |
12 | 28 | /TESTS.md export-ignore |
13 | 29 | /vendor export-ignore |
14 | 30 |
|
15 | | -# Custom for Visual Studio |
16 | | -*.cs diff=csharp |
17 | | -*.sln merge=union |
18 | | -*.csproj merge=union |
19 | | -*.vbproj merge=union |
20 | | -*.fsproj merge=union |
21 | | -*.dbproj merge=union |
| 31 | +# Dot-files |
| 32 | +.babelrc export-ignore |
| 33 | +.distignore export-ignore |
| 34 | +.editorconfig export-ignore |
| 35 | +.env export-ignore |
| 36 | +.env.example export-ignore |
| 37 | +.env.dist export-ignore |
| 38 | +.env.docker export-ignore |
| 39 | +.env.testing.slic export-ignore |
| 40 | +.eslintignore export-ignore |
| 41 | +.eslintrc.json export-ignore |
| 42 | +.gitattributes export-ignore |
| 43 | +.gitignore export-ignore |
| 44 | +.jshintrc export-ignore |
| 45 | +.nvmrc export-ignore |
| 46 | +.phpstorm.meta.php export-ignore |
| 47 | +.scrutinizer.yml export-ignore |
| 48 | +.travis.yml export-ignore |
22 | 49 |
|
23 | | -# Standard to msysgit |
24 | | -*.doc diff=astextplain |
25 | | -*.DOC diff=astextplain |
26 | | -*.docx diff=astextplain |
27 | | -*.DOCX diff=astextplain |
28 | | -*.dot diff=astextplain |
29 | | -*.DOT diff=astextplain |
30 | | -*.pdf diff=astextplain |
31 | | -*.PDF diff=astextplain |
32 | | -*.rtf diff=astextplain |
33 | | -*.RTF diff=astextplain |
| 50 | +# Other files |
| 51 | +babel.config.js export-ignore |
| 52 | +CODE_OF_CONDUCT.md export-ignore |
| 53 | +codeception.dist.yml export-ignore |
| 54 | +codeception.example.yml export-ignore |
| 55 | +codeception.slic.yml export-ignore |
| 56 | +CODEOWNERS export-ignore |
| 57 | +composer.json export-ignore |
| 58 | +CONTRIBUTING.md export-ignore |
| 59 | +Gruntfile.js export-ignore |
| 60 | +jest-setup-wordpress-globals.js export-ignore |
| 61 | +jest.config.json export-ignore |
| 62 | +jest.config.js export-ignore |
| 63 | +package-lock.json export-ignore |
| 64 | +package.json export-ignore |
| 65 | +phpcs.xml export-ignore |
| 66 | +phpcs.xml.dist export-ignore |
| 67 | +phpunit.xml.dist export-ignore |
| 68 | +README.md export-ignore |
| 69 | +rollup.config.js export-ignore |
| 70 | +TESTS.md export-ignore |
| 71 | +webpack.common.js export-ignore |
| 72 | +webpack.dev.js export-ignore |
| 73 | +webpack.prod.js export-ignore |
0 commit comments