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
|
/src
|
||||||
*.py[co]
|
*.py[co]
|
||||||
pkg/arch/*.tar.xz
|
pkg/arch/*.tar.xz
|
||||||
*.sw[pon]
|
*.sw[a-p]
|
||||||
doc/_build
|
doc/_build
|
||||||
dist
|
dist
|
||||||
MANIFEST
|
MANIFEST
|
||||||
|
@ -84,6 +84,9 @@ tests/unit/templates/roots
|
||||||
# Pycharm
|
# Pycharm
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# VS Code
|
||||||
|
.vscode
|
||||||
|
|
||||||
# Ignore the log directory created by tests
|
# Ignore the log directory created by tests
|
||||||
/logs
|
/logs
|
||||||
tests/integration/cloud/providers/logs
|
tests/integration/cloud/providers/logs
|
||||||
|
|
Loading…
Add table
Reference in a new issue