wwwalkerrun / nativescript-ngx-magic

Magically drop a NativeScript app into your Angular web app and reuse all your code.
MIT License
48 stars 8 forks source link

.gitignore doesn't match the actual generated files #11

Open ishitatsuyuki opened 7 years ago

ishitatsuyuki commented 7 years ago

.gitignore treats everything under nativescript/app/{app,node_modules,platforms}, however I've got things created one level upper when I installed the extension.

The correct one is:

nativescript/app
nativescript/node_modules
nativescript/platforms