diff options
author | Alan Pearce | 2024-06-22 17:07:31 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-22 18:02:38 +0200 |
commit | 2636c90a5ed7b970469dd31a9be68a683219d79b (patch) | |
tree | 026b9b47369df4cc1e2f48250c0ab61e9bc0a3d2 /.gitignore | |
download | dns-2636c90a5ed7b970469dd31a9be68a683219d79b.tar.lz dns-2636c90a5ed7b970469dd31a9be68a683219d79b.tar.zst dns-2636c90a5ed7b970469dd31a9be68a683219d79b.zip |
Initial 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..94c74ef --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/node_modules +/.env |