-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from SHSharkar/sharkar/improve-media-capture-co…
…nfigurations-and-addons refactor: update repo settings and improve HTML structure
- Loading branch information
Showing
6 changed files
with
305 additions
and
265 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 |
---|---|---|
@@ -1,24 +1,36 @@ | ||
# Details: https://github.com/kirill-markin/repo-to-text | ||
# Syntax: gitignore rules | ||
|
||
# Ignore files and directories based on .gitignore rules | ||
# Ignore files and directories for all sections from gitignore file | ||
# Default: True | ||
gitignore-import-and-ignore: True | ||
|
||
# Additional files and directories to ignore for tree and "Contents of ..." sections | ||
# Ignore files and directories for tree | ||
# and "Contents of ..." sections | ||
ignore-tree-and-content: | ||
- ".repo-to-text-settings.yaml" | ||
- "dist" | ||
- "icon" | ||
- "LICENSE" | ||
- "node_modules" | ||
- "screenshot" | ||
- ".repo-to-text-settings.yaml" | ||
- ".dockerignore" | ||
- ".github" | ||
- ".gitignore" | ||
- ".prettierignore" | ||
- ".prettierrc" | ||
- "dist" | ||
- "icon" | ||
- "LICENSE" | ||
- "node_modules" | ||
- "package-lock.json" | ||
- "screenshot" | ||
|
||
# Additional files to ignore specifically in the "Contents of ..." section | ||
# Ignore files and directories for "Contents of ..." section | ||
ignore-content: | ||
- ".gitignore" | ||
- ".prettierignore" | ||
- ".prettierrc" | ||
- "icon" | ||
- "LICENSE" | ||
- "package-lock.json" | ||
- "screenshot" | ||
- ".dockerignore" | ||
- ".github" | ||
- ".gitignore" | ||
- ".prettierignore" | ||
- ".prettierrc" | ||
- "dist" | ||
- "icon" | ||
- "LICENSE" | ||
- "node_modules" | ||
- "package-lock.json" | ||
- "screenshot" |
Oops, something went wrong.