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 /.gitignore | |
| 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 '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -15,13 +15,9 @@ moc* base-full/ logs/ bass.lib -bin/base/background/ -bin/base/cases/ -bin/base/characters/ -bin/base/evidence/ -bin/base/fonts/ -bin/base/sounds/ -bin/user* + +bin/* + bins/ build/ release/ |
