diff options
author | Jackson Taylor <jackson@jacksontaylor.xyz> | 2021-12-14 23:29:10 -0500 |
---|---|---|
committer | Jackson Taylor <jackson@jacksontaylor.xyz> | 2022-04-05 16:52:14 -0400 |
commit | 2845fe0df3b89ef01167890db70307f5934859a9 (patch) | |
tree | d9e57698d39f63a5217954c739ad24d967a2566a /.gitignore | |
parent | 7161387e6be222486391e75eab2bf06ef58401dd (diff) |
Ignore VSCode settings files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,3 +2,6 @@ music/* *.mp3 *.opus cookies.txt + +# VSCode settings +.vscode/*
\ No newline at end of file |