diff options
| author | Caleb Mabry <36182383+caleb-mabry@users.noreply.github.com> | 2022-12-17 05:44:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-17 11:44:12 +0100 |
| commit | 8a0404f424fe13dbe91b643421a1c25d794b4957 (patch) | |
| tree | 1fc0115c29ff5c4e85520b64359c3d3a0d91f65b /bin | |
| parent | 59f5cccfbf0ad3dcb60fcff01e65dd6dd0eac7e5 (diff) | |
Gitignore bin (#867)
* Adding MS
* Ignore bin folder contents but keep folder
* Undo a file change
* On pull request
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 00000000..e7a210ec --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,3 @@ +* +*/ +!.gitignore
\ No newline at end of file |
