Skip to content

Commit

Permalink
chore(ignore):
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Carpentier committed Mar 3, 2016
1 parent 09beeb3 commit 7c39462
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
### Node template
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,13 @@
"bugs": {
"url": "https://github.com/xcarpentier/react-native-country-picker/issues"
},
"homepage": "https://github.com/xcarpentier/react-native-country-picker#readme"
}
"homepage": "https://github.com/xcarpentier/react-native-country-picker#readme",
"devDependencies": {
"cz-conventional-changelog": "1.1.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit 7c39462

Please sign in to comment.