diff options
author | srividya0208 <a.srividya@vyos.io> | 2024-02-02 06:52:31 -0500 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2024-02-02 06:52:31 -0500 |
commit | 2ecfe68f40c0dafce074391ac07825249abe1a26 (patch) | |
tree | 3000dc27a7667c3739a256be69c6c7ad59453212 /.gitignore | |
parent | d563ffa846d5d9c2b1981bd33ff3f7e142b1736f (diff) | |
parent | dd1bd160423654efe1cb8fb5a96f7f4c9461441d (diff) | |
download | vyos-documentation-2ecfe68f40c0dafce074391ac07825249abe1a26.tar.gz vyos-documentation-2ecfe68f40c0dafce074391ac07825249abe1a26.zip |
Merge branch 'equuleus' of https://github.com/vyos/vyos-documentation into equuleus
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 |