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

127 lines
1.5 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
2023-12-09 16:05:40 +03:00
# Editorconfig.
!/.editorconfig
2023-08-08 16:24:15 +03:00
# bash.
!/.bashrc
2023-12-07 04:04:03 +03:00
# Doc.
!/.doc/
!/.doc/**
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/**
# system configs
!/.config/
/.config/*
2023-11-18 05:04:50 +03:00
# linux configs
!/.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/**
2023-08-08 16:24:15 +03:00
## gtk-3.0
!/.config/gtk-3.0/
2023-11-18 05:04:50 +03:00
!/.config/gtk-3.0/**
2023-08-08 16:24:15 +03:00
## gtk-4.0
!/.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-17 00:10:17 +03:00
## btop settings
!/.config/btop/
!/.config/btop/btop.conf
2023-08-08 16:24:15 +03:00
## htop settings
!/.config/htop/
!/.config/htop/**
2023-08-08 16:24:15 +03:00
## user dirs
!/.config/user-dirs.dirs
## nvim
!/.config/nvim/
!/.config/nvim/**
/.config/nvim/plugin/
# ssh
!/.ssh/
2023-11-18 05:04:50 +03:00
/.ssh/**
2023-08-08 16:24:15 +03:00
## 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/
2023-11-18 05:04:50 +03:00
!/.local/share/flatpak/overrides/**
2023-08-08 16:24:15 +03:00
# fonts
!/.fonts/
!/.fonts/**
/.fonts/**/.uuid