This repository has been archived on 2024-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
linux/.gitignore

131 lines
1.6 KiB
Plaintext
Raw Normal View History

2023-08-08 16:24:15 +03:00
*
2024-01-24 22:13:37 +03:00
# Bootstrap.
2023-10-31 21:36:17 +03:00
!/.bootstrap.sh
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
!/.gitconfig
2023-12-09 16:05:40 +03:00
# Editorconfig.
!/.editorconfig
2024-01-24 22:13:37 +03:00
# Bash.
2023-08-08 16:24:15 +03:00
!/.bashrc
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/
/document/template/*
!/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-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-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/**
# Tmux config.
!/.config/tmux/
2023-11-18 05:04:50 +03:00
!/.config/tmux/**
# MangoHud config.
!/.config/MangoHud/
2023-11-18 05:04:50 +03:00
!/.config/MangoHud/**
2024-01-24 16:55:57 +03:00
# Nix.
!/.config/nix/
!/.config/nix/**
2024-01-24 22:13:37 +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-01-24 22:13:37 +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-01-24 22:13:37 +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-01-24 22:13:37 +03:00
## Htop settings.
!/.config/htop/
!/.config/htop/**
2024-01-24 22:13:37 +03:00
## User dirs.
2023-08-08 16:24:15 +03:00
!/.config/user-dirs.dirs
2024-01-24 22:13:37 +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-01-24 22:13:37 +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
## Background.
2023-08-08 16:24:15 +03:00
!/.local/share/backgrounds/
!/.local/share/backgrounds/background.jpg
2024-01-24 22:13:37 +03:00
## Flatpak overrides.
2023-08-08 16:24:15 +03:00
!/.local/share/flatpak/
/.local/share/flatpak/*
!/.local/share/flatpak/overrides/
2023-11-18 05:04:50 +03:00
!/.local/share/flatpak/overrides/**
2023-08-08 16:24:15 +03:00
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