-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added information on documentation
- Loading branch information
ADMSK\AVROGAL1
committed
Feb 1, 2021
1 parent
7570a64
commit e94dc33
Showing
3 changed files
with
59 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# This is a sample .typo-ci.yml file, it's used to configure how Typo CI will behave. | ||
# Add it to the root of your project and push it to github. | ||
--- | ||
|
||
# What language dictionaries should it use? By default Typo CI will select 'en' & 'en_GB' | ||
# Currently Typo CI supports: | ||
# de | ||
# en | ||
# en_GB | ||
# es | ||
# fr | ||
# it | ||
# pt | ||
# pt_BR | ||
# tr | ||
dictionaries: | ||
- en | ||
- en_GB | ||
|
||
# Any files/folders we should ignore? | ||
excluded_files: | ||
- "vendor/**/*" | ||
- "node_modules/**/*" | ||
- "*.key" | ||
- "*.enc" | ||
- "*.min.css" | ||
- "*.css.map" | ||
- "*.min.js" | ||
- "*.js.map" | ||
- "*.mk" | ||
- "package-lock.json" | ||
- "yarn.lock" | ||
- "Gemfile.lock" | ||
- ".typo-ci.yml" | ||
|
||
# Any typos we should ignore? | ||
excluded_words: | ||
- typoci | ||
|
||
# Would you like filenames to also be spellchecked? | ||
spellcheck_filenames: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.