diff options
author | Yuriy Andamasov <andamasov@gmail.com> | 2019-01-20 16:18:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-20 16:18:39 +0100 |
commit | bc5ad9350e7444d5efc470340cb0c979c0606e0c (patch) | |
tree | a0641c94635de203d44c4e8f3d3d7d33e1a00604 | |
parent | 16863bdd7a8fab332596a0f917adedad554e5ce3 (diff) | |
parent | d13d884cd8770721e186e7d37e07a2c3dc9ce22b (diff) | |
download | vyos-documentation-bc5ad9350e7444d5efc470340cb0c979c0606e0c.tar.gz vyos-documentation-bc5ad9350e7444d5efc470340cb0c979c0606e0c.zip |
Merge pull request #9 from kmpm/features/gitignore
a gitignore would make life better
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..73d2c502 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# python virtualenv +venv/ + +# put various editor ignores here +.vscode/ |