2023-08-08 16:24:15 +03:00
|
|
|
*
|
|
|
|
|
2024-01-24 22:13:37 +03:00
|
|
|
# Bootstrap.
|
2024-02-20 15:19:50 +03:00
|
|
|
!/.Bootstrap.sh
|
2023-10-31 21:36:17 +03:00
|
|
|
|
2024-01-24 22:13:37 +03:00
|
|
|
# Readme.
|
2023-10-17 20:32:26 +03:00
|
|
|
!/.README.md
|
|
|
|
|
2024-01-24 22:13:37 +03:00
|
|
|
# Git.
|
2023-08-08 16:24:15 +03:00
|
|
|
!/.gitignore
|
|
|
|
|
2023-12-09 16:05:40 +03:00
|
|
|
# Editorconfig.
|
|
|
|
!/.editorconfig
|
|
|
|
|
2023-12-07 04:04:03 +03:00
|
|
|
# Doc.
|
|
|
|
!/.doc/
|
|
|
|
!/.doc/**
|
|
|
|
|
2024-01-24 22:13:37 +03:00
|
|
|
# Dir structure.
|
2023-08-08 16:24:15 +03:00
|
|
|
!/app/
|
|
|
|
/app/*
|
|
|
|
!/app/.dir
|
|
|
|
!/document/
|
|
|
|
/document/*
|
|
|
|
!/document/.dir
|
|
|
|
!/document/template/
|
2024-02-14 23:53:52 +03:00
|
|
|
!/document/template/*
|
2023-08-08 16:24:15 +03:00
|
|
|
!/document/template/.dir
|
|
|
|
!/download/
|
|
|
|
/download/*
|
|
|
|
!/download/.dir
|
|
|
|
!/media/
|
|
|
|
/media/*
|
|
|
|
!/media/.dir
|
|
|
|
!/media/picture/
|
|
|
|
/media/picture/*
|
|
|
|
!/media/picture/.dir
|
|
|
|
!/media/video/
|
|
|
|
/media/video/*
|
|
|
|
!/media/video/.dir
|
|
|
|
!/tmp/
|
|
|
|
/tmp/*
|
|
|
|
!/tmp/.dir
|
|
|
|
|
2024-01-24 22:13:37 +03:00
|
|
|
# Bash.
|
2023-08-08 16:24:15 +03:00
|
|
|
!/.bash_profile
|
2024-02-24 20:35:53 +03:00
|
|
|
!/.bashrc
|
2023-08-08 16:24:15 +03:00
|
|
|
|
2024-01-24 22:13:37 +03:00
|
|
|
# Bin.
|
2023-08-08 16:24:15 +03:00
|
|
|
!/app/bin/
|
|
|
|
!/app/bin/**
|
|
|
|
|
2024-01-24 22:13:37 +03:00
|
|
|
# System configs.
|
2023-08-08 16:24:15 +03:00
|
|
|
!/.config/
|
|
|
|
/.config/*
|
|
|
|
|
2024-02-13 20:13:38 +03:00
|
|
|
# Autostart.
|
|
|
|
!/.config/autostart/
|
|
|
|
!/.config/autostart/**
|
|
|
|
|
2024-01-24 22:13:37 +03:00
|
|
|
# Linux configs.
|
2023-11-18 05:04:50 +03:00
|
|
|
!/.config/linux/
|
|
|
|
!/.config/linux/**
|
|
|
|
|
|
|
|
# Bash config.
|
|
|
|
!/.config/bash/
|
|
|
|
!/.config/bash/**
|
|
|
|
|
2024-01-30 00:21:47 +03:00
|
|
|
# Docker config.
|
|
|
|
!/.config/docker/
|
|
|
|
!/.config/docker/**
|
|
|
|
|
2023-11-12 19:13:26 +03:00
|
|
|
# MangoHud config.
|
|
|
|
!/.config/MangoHud/
|
2023-11-18 05:04:50 +03:00
|
|
|
!/.config/MangoHud/**
|
2023-11-12 19:13:26 +03:00
|
|
|
|
2024-01-24 16:55:57 +03:00
|
|
|
# Nix.
|
|
|
|
!/.config/nix/
|
|
|
|
!/.config/nix/**
|
|
|
|
|
2024-02-13 20:13:38 +03:00
|
|
|
# Gtk-3.0.
|
2023-08-08 16:24:15 +03:00
|
|
|
!/.config/gtk-3.0/
|
2023-11-18 05:04:50 +03:00
|
|
|
!/.config/gtk-3.0/**
|
2023-08-08 16:24:15 +03:00
|
|
|
|
2024-02-13 20:13:38 +03:00
|
|
|
# Gtk-4.0.
|
2023-08-08 16:24:15 +03:00
|
|
|
!/.config/gtk-4.0/
|
2023-11-18 05:04:50 +03:00
|
|
|
!/.config/gtk-4.0/**
|
2023-08-08 16:24:15 +03:00
|
|
|
|
2024-02-13 20:13:38 +03:00
|
|
|
# Btop settings.
|
2024-01-17 00:10:17 +03:00
|
|
|
!/.config/btop/
|
|
|
|
!/.config/btop/btop.conf
|
2023-08-08 16:24:15 +03:00
|
|
|
|
2024-02-13 20:13:38 +03:00
|
|
|
# Htop settings.
|
2024-01-17 03:27:10 +03:00
|
|
|
!/.config/htop/
|
|
|
|
!/.config/htop/**
|
|
|
|
|
2024-02-13 20:13:38 +03:00
|
|
|
# User dirs.
|
2023-08-08 16:24:15 +03:00
|
|
|
!/.config/user-dirs.dirs
|
|
|
|
|
2024-02-13 20:13:38 +03:00
|
|
|
# Nvim.
|
2023-08-08 16:24:15 +03:00
|
|
|
!/.config/nvim/
|
|
|
|
!/.config/nvim/**
|
|
|
|
/.config/nvim/plugin/
|
|
|
|
|
2024-01-24 22:13:37 +03:00
|
|
|
# Ssh.
|
2023-08-08 16:24:15 +03:00
|
|
|
!/.ssh/
|
2023-11-18 05:04:50 +03:00
|
|
|
/.ssh/**
|
2023-08-08 16:24:15 +03:00
|
|
|
|
2024-02-13 20:13:38 +03:00
|
|
|
# Ssh config.
|
2023-08-08 16:24:15 +03:00
|
|
|
!/.ssh/config
|
|
|
|
|
2024-01-24 22:13:37 +03:00
|
|
|
# Local configs.
|
2023-08-08 16:24:15 +03:00
|
|
|
!/.local/
|
|
|
|
/.local/*
|
|
|
|
!/.local/share/
|
|
|
|
/.local/share/*
|
|
|
|
|
2024-01-24 22:13:37 +03:00
|
|
|
# Fonts.
|
2024-01-24 05:22:44 +03:00
|
|
|
!/.local/share/fonts/
|
|
|
|
!/.local/share/fonts/**
|
|
|
|
/.local/share/fonts/**/.uuid
|