diff options
author | rebortg <github@ghlr.de> | 2024-01-14 21:34:52 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2024-01-14 21:37:48 +0100 |
commit | f4d7a546d49c909dafc416a829f96b590ce5fb14 (patch) | |
tree | d675a6f268ad02fd9e0839e2e2ec8b075c9b5b5a /.gitignore | |
parent | 67f7a270b3cc6bb687cc75685b0e56d4eece3613 (diff) | |
download | vyos-documentation-f4d7a546d49c909dafc416a829f96b590ce5fb14.tar.gz vyos-documentation-f4d7a546d49c909dafc416a829f96b590ce5fb14.zip |
update sphinx and dependencies
(cherry picked from commit bcef0f76c56dc715aaa05fe21943f013619827af)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,11 +1,13 @@ # Sphinx _build/ +localazy_private.json # python virtualenv venv/ ENV/ .venv Pipfile.lock +Pipfile # put various editor ignores here .vscode/ @@ -13,6 +15,9 @@ Pipfile.lock *.vpw *.vpwhist *.vtg +.idea/ +.idea +.idea/* # python cache files *.pyc @@ -23,4 +28,4 @@ __pycache__ .envrc # os specific -.DS_Store +.DS_Store
\ No newline at end of file |