mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
gitignore: extend ignore content
(cherry picked from commit 4783e335c7104ed89f2e04f9c1475bdc022af9a9)
This commit is contained in:
parent
0939bba9da
commit
1b55c12d22
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,5 +1,7 @@
|
||||
# python virtualenv
|
||||
venv/
|
||||
ENV/
|
||||
.venv
|
||||
|
||||
# put various editor ignores here
|
||||
.vscode/
|
||||
@ -7,3 +9,14 @@ venv/
|
||||
*.vpw
|
||||
*.vpwhist
|
||||
*.vtg
|
||||
|
||||
# python cache files
|
||||
*.pyc
|
||||
__pychache__
|
||||
|
||||
# dotenv
|
||||
.env
|
||||
.envrc
|
||||
|
||||
# os specific
|
||||
.DS_Store
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user