diff options
author | rebortg <github@ghlr.de> | 2024-03-07 22:14:30 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2024-03-07 22:14:30 +0100 |
commit | 34513b2d92335a448c8c9039183408effa93c2c2 (patch) | |
tree | fb4ea39a227a40f7a042b54cfa500df13a85dee3 | |
parent | 9c40be5e6ce8069621e08015800ebf59dface868 (diff) | |
download | vyos-infrastructure-34513b2d92335a448c8c9039183408effa93c2c2.tar.gz vyos-infrastructure-34513b2d92335a448c8c9039183408effa93c2c2.zip |
add .gitignore file
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ceef511 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +venv +.DS_Store
\ No newline at end of file |