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

110 lines
1.3 KiB
Plaintext
Raw Normal View History

2023-08-08 16:24:15 +03:00
*
2023-10-31 21:36:17 +03:00
# bootstrap.
!/.bootstrap.sh
2023-10-17 20:32:26 +03:00
# readme.
!/.README.md
2023-08-08 16:24:15 +03:00
# git.
!/.gitignore
!/.gitconfig
# bash.
!/.bashrc
# tmux.
!/.tmux.conf
2023-11-11 16:16:07 +03:00
# Mangohud config.
!/.mangohud.conf
2023-08-08 16:24:15 +03:00
# dir structure
!/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
# bash
!/.bash_profile
# bin
!/app/bin/
!/app/bin/**
# linux configs
2023-10-30 04:00:01 +03:00
!/.linux/
!/.linux/**
2023-08-08 16:24:15 +03:00
# system configs
!/.config/
/.config/*
## gtk-3.0
!/.config/gtk-3.0/
!/.config/gtk-3.0/*
## gtk-4.0
!/.config/gtk-4.0/
!/.config/gtk-4.0/*
## htop settings
!/.config/htop/
!/.config/htop/htoprc
## user dirs
!/.config/user-dirs.dirs
## nvim
!/.config/nvim/
!/.config/nvim/**
/.config/nvim/plugin/
# ssh
!/.ssh/
/.ssh/*
## ssh config
!/.ssh/config
# local configs
!/.local/
/.local/*
!/.local/share/
/.local/share/*
## background
!/.local/share/backgrounds/
!/.local/share/backgrounds/background.jpg
## flatpak overrides
!/.local/share/flatpak/
/.local/share/flatpak/*
!/.local/share/flatpak/overrides/
!/.local/share/flatpak/overrides/*
# fonts
!/.fonts/
!/.fonts/**
/.fonts/**/.uuid