Cachet/.gitignore
A d361febe8a Ignore the package-lock.json because we use Yarn
We are using yarn so the npm files don't need to be followed.
2018-07-04 11:33:59 +02:00

13 lines
149 B
Plaintext

/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
/.idea
/.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
.env
package-lock.json