Browse Source

fix(gitignore): Make .gitignore an exception

pull/15/head
Tom G. Huang 7 years ago
parent
commit
86f3e7afc4
  1. 8
      .gitignore

8
.gitignore

@ -1,2 +1,6 @@
.build/ # except for .gitignore
bin/ !.gitignore
build/
examples/bin/
tests/bin/

Loading…
Cancel
Save