mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-11-03 04:12:03 +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
|
# python virtualenv
|
||||||
venv/
|
venv/
|
||||||
|
ENV/
|
||||||
|
.venv
|
||||||
|
|
||||||
# put various editor ignores here
|
# put various editor ignores here
|
||||||
.vscode/
|
.vscode/
|
||||||
@ -7,3 +9,14 @@ venv/
|
|||||||
*.vpw
|
*.vpw
|
||||||
*.vpwhist
|
*.vpwhist
|
||||||
*.vtg
|
*.vtg
|
||||||
|
|
||||||
|
# python cache files
|
||||||
|
*.pyc
|
||||||
|
__pychache__
|
||||||
|
|
||||||
|
# dotenv
|
||||||
|
.env
|
||||||
|
.envrc
|
||||||
|
|
||||||
|
# os specific
|
||||||
|
.DS_Store
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user