Forum Post: RE: Looking for a .gitignore for ABL/OE

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
Hi Peter, I just looked at your .gitignore file from github.com/.../abl_odbc_api There you exclude .launch files. But as you have committed your .project file you are ensuring that everybody has the same project name and .launch files are reusable and helpful. In this case, I'd definitively commit .launch files as well. The proper way not to commit launch configurations to SCM is by making them "not shared" in their settings. Then they will be burried in your .metadata folder and no SCM tool with ever care. When you opt in to share them via their settings, I'd also SCM them. Just my PoV. Mike

Continue reading...
 
Status
Not open for further replies.
Back
Top