UNPKG

lodash-fantasy

Version:

Fantasy Land compatible types built with lodash.

86 lines (67 loc) 938 B
## # Grunt ## # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) .grunt # Grunt usually compiles files inside this directory dist/ # Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory .tmp/ ## # Node ## # Dependency directory # See https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git node_modules # Logs logs *.log npm-debug.log* # Runtime data pids *.pid *.seed ## # NPM ## .npmrc ## # Yarn ## yarn.lock ## # Security ## *.cer *.cert *.crl *.crt *.csr *.der *.jks *.key *.p12 *.p7b *.p7r *.pem *.pfx *.spc *.sst *.stl ## # Project generic ## # Temporary items .tmp # Generated test artifacts artifacts # Directory for instrumented libs generated by jscoverage/JSCover lib-cov # Coverage directory used by tools like istanbul coverage # Generated reports reports # Environment configuration .env # Runtime data *.out