Instruct git to ignore the .vscode/ directory

This commit is contained in:
Jeff Bradberry 2021-03-22 10:24:11 -04:00
parent 305f717e88
commit c508695ed0

3
.gitignore vendored
View File

@ -91,6 +91,9 @@ awx/awx_test.sqlite3-journal
# Mac OS X
*.DS_Store
# VSCode
.vscode/
# Editors
*.sw[poj]
*~