Skip to content

Commit

Permalink
Merge pull request #9 from SHSharkar/sharkar/improve-media-capture-co…
Browse files Browse the repository at this point in the history
…nfigurations-and-addons

refactor: update repo settings and improve HTML structure
  • Loading branch information
SHSharkar authored Jan 4, 2025
2 parents b63f7ae + 6212a83 commit c1a1df4
Show file tree
Hide file tree
Showing 6 changed files with 305 additions and 265 deletions.
44 changes: 28 additions & 16 deletions .repo-to-text-settings.yaml
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"
Loading

0 comments on commit c1a1df4

Please sign in to comment.