mkdocs-simple-plugin 3.2.3__tar.gz → 3.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mkdocs-simple-plugin
3
- Version: 3.2.3
3
+ Version: 3.2.4
4
4
  Summary: Plugin for adding simple wiki site creation from markdown files interspersed within your code with MkDocs.
5
5
  Project-URL: Documentation, http://www.althack.dev/mkdocs-simple-plugin
6
6
  Project-URL: Homepage, http://www.althack.dev/mkdocs-simple-plugin
@@ -134,14 +134,11 @@ class SimplePlugin(BasePlugin):
134
134
  ('ignore', config_options.Type(
135
135
  list,
136
136
  default=[
137
- "venv",
138
- ".cache/**",
139
- ".devcontainer/**",
140
- ".github/**",
141
- ".vscode/**",
142
- "**/__pycache__/**",
143
- ".git/**",
144
137
  "*.egg-info",
138
+ "**/__pycache__/**",
139
+ "vendor/**",
140
+ "venv/**",
141
+ ".**/**"
145
142
  ])),
146
143
  #
147
144
  # ### ignore_hidden (deprecated)