summary refs log tree commit diff
path: root/.gitignore
blob: f2b4429725cc11a8f8578dc9f92f589adb4a48aa (plain) (blame)
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
*

# To track a file using the dotfile repo add it using: git add -f FILE
# or exclude below

!bin
!bin/**

!.config
!.config/**
.config/mpv/scripts
.config/sway/contrib

!.vim
!.vim/**

!.local
.local/*
!.local/share
.local/share/*
!.local/share/s6
!.local/share/s6/**
.local/share/s6/**/supervise
.local/share/s6/**/events
.local/share/s6/**/lock
.local/share/s6/**/control

*.db
*.old