You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/09/14 07:50:07 UTC

[GitHub] [commons-functor] nhojpatrick opened a new pull request #1: Missing .gitignore just maven target

nhojpatrick opened a new pull request #1:
URL: https://github.com/apache/commons-functor/pull/1


   Without this .gitignore you'll see;
   ```
   john@:~/forks/org.apache.commons/commons-functor (master) % git status
   On branch master
   Untracked files:
     (use "git add <file>..." to include in what will be committed)
   	api/target/
   	build-tools/target/
   	core/target/
   	target/
   
   nothing added to commit but untracked files present (use "git add" to track)
   john@:~/forks/org.apache.commons/commons-functor (master) %
   ```
   
   I have not added any user specific ignores, like IDE files as these should probably go in the users ~/.gitignore_global as they know what IDE they choose to use.
   
   I've checked the build using `mvn clean install -DskipTests` and everything passed.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-functor] kinow merged pull request #1: Missing .gitignore just maven target

Posted by GitBox <gi...@apache.org>.
kinow merged pull request #1:
URL: https://github.com/apache/commons-functor/pull/1


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org