commit 642e04ffae8cba0ba362dc280c6b2e8c2d8648e7 parent 889a9b6041a5de40b842be1add05c7ae4b9bf6c1 Author: Hugo Soucy <hsoucy@kronostechnologies.com> Date: Tue, 5 Feb 2019 08:19:46 -0500 Add new folders Diffstat:
A | bin/.gitignore | | | 5 | +++++ |
A | spec/.gitignore | | | 5 | +++++ |
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/bin/.gitignore b/bin/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory +* + +# Except those files +!.gitignore diff --git a/spec/.gitignore b/spec/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory +* + +# Except those files +!.gitignore