diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-18 11:41:49 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-18 11:41:49 +0530 |
| commit | e6c1f17af2a8da706e31c81a7343da28d043ada9 (patch) | |
| tree | 8d66cbe843fbc39337a75479f37de58befe5b23c | |
| parent | 3b758d69fb3032fd6971b54e56a4d13d7459331e (diff) | |
| download | css-everything-e6c1f17af2a8da706e31c81a7343da28d043ada9.tar.gz css-everything-e6c1f17af2a8da706e31c81a7343da28d043ada9.zip | |
chore: npmignore
| -rw-r--r-- | .npmignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..0d748c2 --- /dev/null +++ b/.npmignore @@ -0,0 +1,4 @@ +node_modules/ +*.log +tests/ +examples/ |
