diff options
author | Chris <chrisdavidramos@gmail.com> | 2018-10-20 01:09:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-20 01:09:08 -0400 |
commit | 5e89a9825ff7290ef5bdf561d06eab4bab499a4f (patch) | |
tree | d8670cf84c89b7c726a7597e96dade08bb81a8f4 /Node.gitignore | |
parent | c68eb91e0a72ca1efba128c33de9caea41281f19 (diff) | |
download | gitignore-5e89a9825ff7290ef5bdf561d06eab4bab499a4f.tar.gz gitignore-5e89a9825ff7290ef5bdf561d06eab4bab499a4f.zip |
Add support for FuseBox
Project site: [link](https://fuse-box.org/)
Corroboration: [link](https://fuse-box.org/docs/development/configuration#cache)
Reason: Don't VC cache
Hopefully, I did this correctly!
Diffstat (limited to 'Node.gitignore')
-rw-r--r-- | Node.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Node.gitignore b/Node.gitignore index c221276e..e1da6ae8 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -71,3 +71,6 @@ typings/ # Serverless directories .serverless + +# FuseBox cache +.fusebox/ |