Socket
Socket
Sign inDemoInstall

build-ignore

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-ignore - npm Package Compare versions

Comparing version 1.1.9 to 1.1.12

.travis.yml

18

package.json
{
"name": "build-ignore",
"version": "1.1.9",
"description": "A script that generates a .gitignore based on branch name for when different .gitignores are needed",
"main": "index.js",
"version": "1.1.12",
"description": "A post-checkout hook script that generates branch specific .gitignore files",
"main": "src/index.js",
"repository": "https://github.com/davidicus/build-ignore.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"build-ignore": "./bin/cli.js"
},
"keywords": ["git", "git-branch-ignore", "gitignore", "branch", "branch-ignore", "ignore"],
"keywords": [
"git",
"git-branch-ignore",
"gitignore",
"branch",
"branch-ignore",
"ignore"
],
"author": "David Conner <david@david-conner.com>",
"license": "ISC"
}
# Build-Ignore
Generate branch specific .gitignore.
---
[![Build Status](https://travis-ci.org/davidicus/build-ignore.svg?branch=master)](https://travis-ci.org/davidicus/build-ignore)
## Install

@@ -6,0 +9,0 @@ ```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc