diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-11-02 22:28:41 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-11-02 22:28:41 +0100 |
| commit | 08b55c6db901910dd0540a45257122f9450cbe0a (patch) | |
| tree | 155d28d3ff1b669add11879809d04f6b57071e92 /.gitignore | |
Add code
Diffstat (limited to '.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..2ccbe46 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/node_modules/ |