diff options
-rw-r--r-- | Node.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Node.gitignore b/Node.gitignore index d1bed128..90f8428b 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -57,5 +57,8 @@ typings/ # dotenv environment variables file .env +# parcel-bundler cache (https://parceljs.org/) +.cache + # next.js build output .next |