-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
filter-list.txt
84 lines (77 loc) · 1.71 KB
/
filter-list.txt
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Filter list for files from the styles repository. This follows the rules
# outlined in <https://htmlpreview.github.io/?https://github.com/newren/git-filter-repo/blob/docs/html/git-filter-repo.html#_filtering_based_on_many_paths>
# All episodes are now in the episodes folder
_episodes==>episodes
_episodes_rmd==>episodes
# overview pages often have setup information in _includes/, so we move that to
# a top-level files file
regex:^_includes/(setup.*\.md)$==>files/\1
# We no longer need any styling detritus
_config_dev.yml
_site/
_data/
# discard everything from includes _except_ setup files
regex:^_includes/(?!setup[-]).*$
_includes/aio-script.md
_includes/links.md
_layouts/
bootstrap/
assets/
css/
js/
favicon/
tools/
.ruby-version
.editorconfig
# no need for boilerplate or tools
bin/boilerplate/
bin/chunk-options.R
bin/check-lesson
bin/check-workshop
bin/initialize
bin/jekyllcat
bin/validator
bin/dependencies.R
bin/extract_figures.py
bin/generate_md_episodes.R
bin/install_r_deps.sh
bin/knit_lessons.sh
bin/lesson_check.py
bin/lesson_initialize.py
bin/markdown_ast.rb
bin/markdown-ast.rb
bin/repo_check.py
bin/reporter.py
bin/run-make-docker-serve.sh
bin/test_lesson_check.py
bin/util.py
bin/workshop_check.py
404.md
aio.md
Makefile
Gemfile
LICENSE.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
CONDUCT.md
_extras/figures.md
_extras/about.md
_config.yml
glob:*.css
# old continuous integration not needed
.gitignore
.github
.travis.yml
tic.R
# items for R ecology lesson
build_lesson.R
DESCRIPTION
_page_built_on.Rmd
_site.yml
glob:*.html
glob:*.gitkeep
glob:*.ico
# generated image files
regex:^fig/(?!grid|github|inflammation|09-conclusion|gd1).*[-][0-9]{1,2}.png$
regex:^img/(?!grid).*[-][0-9]{1,2}.png$
regex:^img/R-ecology-*$