* remove docs archive (fix #2552) * Update docs/change-log.md Co-Authored-By: Isiah Meadows <contact@isiahmeadows.com> Co-authored-by: Isiah Meadows <contact@isiahmeadows.com>
25 lines
667 B
Text
25 lines
667 B
Text
# Development-specific files
|
|
/.deploy.env
|
|
/.editorconfig
|
|
/.eslintrc.js
|
|
/.eslintcache
|
|
/.eslintignore
|
|
/.gitattributes
|
|
/.gitignore
|
|
/.travis.yml
|
|
/yarn.lock
|
|
/scripts/
|
|
|
|
# Exclude all directories named "tests" as it's used only for tests. This is
|
|
# intentionally not prefixed with a `/` because it applies to both the root and
|
|
# subdirectories.
|
|
tests/
|
|
|
|
# Mithril's mocks are for internal use only, and it's wholly undocumented for a
|
|
# reason. I've already gotten way too many complaints over users' tests breaking
|
|
# from changes to it in patch releases. Let's force people to finally stop using
|
|
# them.
|
|
/test-utils/
|
|
|
|
# Exclude archive of previous docs (see #2552)
|
|
/archive/
|