diff options
author | Flarp <flurpdadurp@gmail.com> | 2023-12-28 16:54:23 -0500 |
---|---|---|
committer | Flarp <flurpdadurp@gmail.com> | 2023-12-28 16:54:23 -0500 |
commit | ecfecaf19410e91437764cf42e9a61276ae6a09b (patch) | |
tree | e928a3d8b8d1f0e63907e69df6544dec6dbbcdfc /.gitignore | |
download | container-audit-ecfecaf19410e91437764cf42e9a61276ae6a09b.tar.gz |
First commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bcbfeee --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vscode/ +target/ |