mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03: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:
commit
73f819b632
3
.gitignore
vendored
3
.gitignore
vendored
@ -91,6 +91,9 @@ awx/awx_test.sqlite3-journal
|
||||
# Mac OS X
|
||||
*.DS_Store
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
|
||||
# Editors
|
||||
*.sw[poj]
|
||||
*~
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user