diff options
| author | Li Zhineng <[email protected]> | 2025-07-23 17:35:38 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-23 17:35:38 +0800 |
| commit | 45d2b6ad1d490817edb98df933779b19753a2e48 (patch) | |
| tree | 1fa187ae3f765753285f3587c928a6feec07e228 /.gitignore | |
| download | wave-45d2b6ad1d490817edb98df933779b19753a2e48.tar.gz wave-45d2b6ad1d490817edb98df933779b19753a2e48.zip | |
first 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..1a99321 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +dist/ +node_modules/ +package-lock.json |
