mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
Merge pull request #9647 from jbradberry/ignore-vscode
Instruct git to ignore the .vscode/ directory SUMMARY Instruct git to ignore the .vscode/ directory ISSUE TYPE Bugfix Pull Request COMPONENT NAME API AWX VERSION awx: 18.0.0 Reviewed-by: Ryan Petrello <None> Reviewed-by: Christian Adams <rooftopcellist@gmail.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -91,6 +91,9 @@ awx/awx_test.sqlite3-journal
|
|||||||
# Mac OS X
|
# Mac OS X
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
|
||||||
|
# VSCode
|
||||||
|
.vscode/
|
||||||
|
|
||||||
# Editors
|
# Editors
|
||||||
*.sw[poj]
|
*.sw[poj]
|
||||||
*~
|
*~
|
||||||
|
|||||||
Reference in New Issue
Block a user