You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neon projects should always contain a .neon directory for internal metadata that doesn't go into source control. This is an idiomatic way to hide metadata that users shouldn't normally have to think about.
The artifacts.json file should live in that directory instead of under native/, and then it doesn't need an entry in .gitignore.
This will also then become the easy way to determine whether a project is a Neon project, and electron-rebuild can use it as the heuristic to build the project with Neon.
From @dherman on June 8, 2017 4:48
Neon projects should always contain a
.neon
directory for internal metadata that doesn't go into source control. This is an idiomatic way to hide metadata that users shouldn't normally have to think about.The
artifacts.json
file should live in that directory instead of undernative/
, and then it doesn't need an entry in.gitignore
.This will also then become the easy way to determine whether a project is a Neon project, and electron-rebuild can use it as the heuristic to build the project with Neon.
Copied from original issue: neon-bindings/neon-cli#60
The text was updated successfully, but these errors were encountered: