mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Ignore vscode and fix swap ignore
This commit is contained in:
parent
bad4e479cd
commit
32aafab79a
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -2,7 +2,7 @@
|
|||
/src
|
||||
*.py[co]
|
||||
pkg/arch/*.tar.xz
|
||||
*.sw[pon]
|
||||
*.sw[a-p]
|
||||
doc/_build
|
||||
dist
|
||||
MANIFEST
|
||||
|
@ -84,6 +84,9 @@ tests/unit/templates/roots
|
|||
# Pycharm
|
||||
.idea
|
||||
|
||||
# VS Code
|
||||
.vscode
|
||||
|
||||
# Ignore the log directory created by tests
|
||||
/logs
|
||||
tests/integration/cloud/providers/logs
|
||||
|
|
Loading…
Add table
Reference in a new issue