-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GeneMap assets and GitHub #448
Comments
It seems to depend on .gitattributes, setting all files to @AjitPS, @josephhearnshaw, @KeywanHP, @ssamberkar if you don't have problems with the new version of this file, I can close this issue. |
everything in genemap/dist/ is built by npm/gulp (like KnetMaps/dist/) but the dist/ contents and dependencies like genemap/.node_modules, etc. are all already in their own |
if |
OK, I'll align the two ignore files. |
Files in GeneMap keep being changed by Maven builds, yet they are managed by git/github and this isn't good.
Are those files auto-generated? Then, they shouldn't be versioned, nor downloaded from github, they should generated when needed. Actually, they shouldn't be in that location either, for the convention is to have Maven-generated files in target/ (ref).
If they are expected to be generated manually, from time to time, this isn't what's happening and hence changes to POM(s) are required.
The text was updated successfully, but these errors were encountered: