diff options
author | Joshua T <joshua@sonofone.net> | 2016-10-15 18:40:26 -0500 |
---|---|---|
committer | Joshua T <joshua@sonofone.net> | 2016-10-15 18:46:39 -0500 |
commit | 2a918718f183ff006c5eff42ed10f75264761ffd (patch) | |
tree | 9a84fbf87d1b0b4d9e447352c0d7d62b6e84a17f /.gitignore | |
parent | 0a9ad8f335f5b5b9d184d9e5e9ece6cda149df7e (diff) | |
download | qmk_firmware-2a918718f183ff006c5eff42ed10f75264761ffd.tar.gz qmk_firmware-2a918718f183ff006c5eff42ed10f75264761ffd.zip |
Added VS Code dir to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 153fea093c..1abaeb2177 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ CMakeLists.txt .browse.VC.db* *.stackdump util/Win_Check_Output.txt +.vscode
\ No newline at end of file |