.gitignore: Ignore some dot directories
This commit is contained in:
parent
f700f7b3d2
commit
1c7460de99
|
|
@ -10,16 +10,18 @@
|
||||||
.gnupg
|
.gnupg
|
||||||
.gtkrc-2.0
|
.gtkrc-2.0
|
||||||
.hyprland
|
.hyprland
|
||||||
|
.java
|
||||||
.local/bin/*
|
.local/bin/*
|
||||||
.local/share/*
|
.local/share/*
|
||||||
.local/state
|
.local/state
|
||||||
.minecraft
|
.minecraft
|
||||||
.mozilla
|
.mozilla
|
||||||
|
.nv
|
||||||
.parallel
|
.parallel
|
||||||
.pki
|
.pki
|
||||||
.profile
|
.profile
|
||||||
.pulse-cookie
|
.pulse-cookie
|
||||||
.python_history
|
.python_*
|
||||||
.rustup
|
.rustup
|
||||||
.ssh
|
.ssh
|
||||||
.steam*
|
.steam*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue