diff options
author | Thomas Voss <thomasvoss@live.com> | 2021-12-25 19:27:34 +0100 |
---|---|---|
committer | Thomas Voss <thomasvoss@live.com> | 2021-12-25 19:27:34 +0100 |
commit | eb03b297efe1649bdadc4428bcc7af9f3b9dcd87 (patch) | |
tree | 1b3a55fb4ca59ac2a4b002e5bbee5edb50dd191f | |
parent | 3d069b8652b4ccee90ea865c8a268d792e2381be (diff) |
Add a gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40b878d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/
\ No newline at end of file |