-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
84 lines (61 loc) · 1.6 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Filers/folders to organise later.
**/.organise/
# Syncthing files.
**.sync-conflict**
# javascript package manager hell
**/package-lock.json
**/node_modules/
# 1. removing logs-or-history related files.
# zsh
/configuração/local/zsh/.zsh_history
# fcitx5
/configuração/local/fcitx5/conf/cached_layouts
# mpv
/configuração/local/mpv/watch_later/
/configuração/local/mpv/scripts/autosub.lua
/configuração/local/mpv/playlists
# git
/configuração/local/git
# ncmpcpp
/configuração/local/ncmpcpp/**
!/configuração/local/ncmpcpp/config
# mpd
/configuração/local/mpd/**
!/configuração/local/mpd/mpd.conf
# mpdscribble
/configuração/local/mpdscribble
# mozc
/configuração/local/mozc
# mopidy
/configuração/local/mopidy
# nvim
/configuração/local/nvim/session.vim
/configuração/local/nvim/lazy-lock.json
# nushell
/configuração/local/nushell/history.txt
# gimp
/configuração/local/GIMP/2.10/**
!/configuração/local/GIMP/2.10/themes
!/configuração/local/GIMP/2.10/themes/**
!/configuração/local/GIMP/2.10/splashes
!/configuração/local/GIMP/2.10/splashes/**
# Ignore SSH.
/configuração/local/ssh
# ags
/configuração/local/ags/style.css
**/bun.lockb
**/node_modules
# Ignore clipboard
/subconfiguração/clipboard/
# Ignore fonts (copyright).
/subconfiguração/fontes/
# Ignore icons (copyright).
/subconfiguração/ícones/
# Ignore siyoek (personal database).
/subconfiguração/sioyek/
# Ignore nushell (needs organising).
/subconfiguração/nushell/
# Ignore themes (mostly are git repositories themselves).
/subconfiguração/temas/
# Organization files.
/.organização