diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-10-28 12:10:23 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-10-28 12:16:13 +0530 |
| commit | 95eae658a4845f86e1b6b2c16387a41dd36f9d42 (patch) | |
| tree | bc68b234232d489b011401cabb8722026e348d46 /.gitignore | |
| parent | 4182ea370f302bf58347da1ebdce535f07675b8f (diff) | |
| download | creative-coding-playground-95eae658a4845f86e1b6b2c16387a41dd36f9d42.tar.gz creative-coding-playground-95eae658a4845f86e1b6b2c16387a41dd36f9d42.zip | |
chore: adds prettier eslint
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..bd1b7a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +node_modules/ +*.log +*.map |
