Merge pull request #2293 from yougotwill/parcel_cache_ignore

fix: added .parcel-cache to gitignore
pull/2295/head
Audric Ackermann 3 years ago committed by GitHub
commit 89f988bc65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored

@ -1,4 +1,5 @@
node_modules
.parcel-cache
.sass-cache
.eslintcache
stylesheets/*.css.map

Loading…
Cancel
Save