diff options
author | 庄天翼 <zty0826@gmail.com> | 2018-01-01 00:35:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-01 00:35:21 +0800 |
commit | 7c0cf6d9ec0399fd9f195130c84c55f94ed6501f (patch) | |
tree | e09dbad6bb709432f6641241fe336406e02c0f06 | |
parent | ade08baee2cf60afd794432b3e779fe5844c545d (diff) | |
download | gitignore-7c0cf6d9ec0399fd9f195130c84c55f94ed6501f.tar.gz gitignore-7c0cf6d9ec0399fd9f195130c84c55f94ed6501f.zip |
Ignore parcel-bundler cache
-rw-r--r-- | Node.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Node.gitignore b/Node.gitignore index 97e28736..2ceae0f2 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -57,3 +57,5 @@ typings/ # dotenv environment variables file .env +# parcel-bundler cache (https://parceljs.org/) +.cache |