diff options
author | braxtonhall | 2022-10-23 18:20:39 +0000 |
---|---|---|
committer | braxtonhall | 2022-10-23 18:20:39 +0000 |
commit | b5b18e46e3a5c4daaa3b4613395b1a216a47bc17 (patch) | |
tree | 13312c71c0a2968cb34f86527a82bb1e33abb4b0 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25ede3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +node_modules +*.log +*.pem
\ No newline at end of file |