UNPKG

generator-jhipster-react-native

Version:
19 lines (17 loc) 225 B
function appendFiles() { this.editFile( '.gitignore', content => `${content} # Misc .env ios/Index/DataStore ios/Carthage ios/Pods /dist .artifacts e2e/Exponent.app .yo-repository `, ); } export { appendFiles };