diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-28 10:03:42 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-28 10:03:42 +0100 |
commit | 7f729d18d9d85f914b6cb1f4df81207caeee4b61 (patch) | |
tree | 76bc911d06112b6ca7593fec83b4ed48bea8cde7 /.gitignore |
init
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..c5d317c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +@girs/ +node_modules/ |