mirror of
https://github.com/vlang/v.git
synced 2025-08-03 17:57:59 -04:00
.gitignore: ignore .db and .sesskey files as well
This commit is contained in:
parent
1e71fa3e38
commit
0de2f742f0
4
.gitignore
vendored
4
.gitignore
vendored
@ -76,6 +76,10 @@ cache/
|
|||||||
.vscode/
|
.vscode/
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
*~
|
*~
|
||||||
|
~*
|
||||||
|
.sesskey
|
||||||
|
tmp*
|
||||||
|
*.db
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
*.swn
|
*.swn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user