mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-11-02 20:02:05 +01:00
gitignore: extend ignore content
This commit is contained in:
parent
b57aefa306
commit
4783e335c7
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