diff --git a/.repo-to-text-settings.yaml b/.repo-to-text-settings.yaml index 81c5b0d..381b8ac 100644 --- a/.repo-to-text-settings.yaml +++ b/.repo-to-text-settings.yaml @@ -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" diff --git a/configure.html b/configure.html index a0b3a2e..21432be 100644 --- a/configure.html +++ b/configure.html @@ -1,246 +1,129 @@ - -
-+ We don't save any information. Please make sure to keep track of + your settings. Once you close the window, you won't be able to + get your data back unless you set it up again. +
+