phonegap / phonegap-app-stockpile

n. - A storage pile accumulated for future use
Apache License 2.0
4 stars 10 forks source link

Added --skip-worktree to postinstall #27

Closed devgeeks closed 6 years ago

devgeeks commented 6 years ago

This will run git update-index --skip-worktree ./src/utils/config.js after npm install.

This keeps the local changes in ./src/utils/config.js (such as ones API KEY) from being tracked and accidentally uploaded to GitHub, etc.

This might help with #16, but it isn't a complete solution.