diff options
| author | bobzel <zzzman@gmail.com> | 2024-09-06 15:20:51 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-09-06 15:20:51 -0400 |
| commit | 8b4de19e9944bbac2f41a621c5369bedca43db52 (patch) | |
| tree | bc805b533d4579ab8084be96ec765391cb404b11 /.gitignore | |
| parent | 85447fcdb901d1d03ac969e71e97520e1bb98cbb (diff) | |
fixed inclusion on typescript type_decls for scripting.ts by fixing .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6a1963b4e..26c504059 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -node_modules +/node_modules dist/ .DS_Store .env |
