]> cat aescling's git repositories - mastodon.git/blob - .yarnclean
Fix edit media modal on small screens, touch events (#11573)
[mastodon.git] / .yarnclean
1 # test directories
2 __tests__
3 test
4 tests
5 powered-test
6
7 # asset directories
8 docs
9 doc
10 website
11 images
12 # assets
13
14 # examples
15 example
16 examples
17
18 # code coverage directories
19 coverage
20 .nyc_output
21
22 # build scripts
23 Makefile
24 Gulpfile.js
25 Gruntfile.js
26
27 # configs
28 .tern-project
29 .gitattributes
30 .editorconfig
31 .*ignore
32 .eslintrc
33 .jshintrc
34 .flowconfig
35 .documentup.json
36 .yarn-metadata.json
37 .*.yml
38 *.yml
39
40 # misc
41 *.gz
42 *.md
43
44 # for specific ignore
45 !.svgo.yml
46 !sass-lint/**/*.yml
This page took 0.056618 seconds and 4 git commands to generate.