diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-04-13 22:29:11 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-04-13 22:29:11 +0300 |
| commit | 160d6688dc1bb467aba0c4e39457193478906678 (patch) | |
| tree | add66a8b455556d04f4ce42602717e39df6d0897 /.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..891437f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/node_modules +/dist +.DS_Store |
