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

79 lines
899 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:24:15 +03:00
*
2024-01-24 22:13:37 +03:00
# Bootstrap.
!/.Bootstrap.sh
2023-10-31 21:36:17 +03:00
2024-02-25 03:14:32 +03:00
# Manual shell entrance.
!/.Bashrc
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
2024-02-26 00:35:54 +03:00
# Parallel.
!/.parallel/
/.parallel/*
!/.parallel/will-cite
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
# 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/**
2024-02-27 23:59:19 +03:00
# Gtk.
!/.config/gtk-3.0
!/.config/gtk-4.0
2023-08-08 16:24:15 +03:00
2024-02-27 23:59:19 +03:00
# Top settings.
!/.config/btop
!/.config/htop
2024-02-13 20:13:38 +03:00
# User dirs.
2023-08-08 16:24:15 +03:00
!/.config/user-dirs.dirs