jeirmeister
e4b85e086f
Major structural changes: - Create modular program organization by category (development, gaming, shell, etc.) - Consolidate Python environment configurations using python311 - Introduce comprehensive shell configuration hierarchy - Move utility programs into appropriate categories Details: - Migrate to consistent Python 3.11 usage across all Python tools - Add structured environment management for multiple languages (Python, Rust, Go, JavaScript) - Organize shell utilities into logical categories (security, network, files, etc.) - Consolidate development tools and editor configurations - Move VR configuration to gaming category - Group productivity apps (Bitwarden, Obsidian, Todoist) This restructuring aims to make the configuration more maintainable and easier to extend in preparation for future flake migration.
19 lines
464 B
YAML
19 lines
464 B
YAML
# Details: https://github.com/kirill-markin/repo-to-text
|
|
# Syntax: gitignore rules
|
|
|
|
# Ignore files and directories for all sections from gitignore file
|
|
# Default: True
|
|
gitignore-import-and-ignore: True
|
|
|
|
# Ignore files and directories for tree
|
|
# and "Contents of ..." sections
|
|
ignore-tree-and-content:
|
|
- ".repo-to-text-settings.yaml"
|
|
|
|
# Ignore files and directories for "Contents of ..." section
|
|
ignore-content:
|
|
- "README.md"
|
|
- "LICENSE"
|
|
- "documentation"
|
|
|