Gitignore bin (#867)

* Adding MS

* Ignore bin folder contents but keep folder

* Undo a file change

* On pull request
This commit is contained in:
Caleb Mabry 2022-12-17 05:44:12 -05:00 committed by GitHub
parent 59f5cccfbf
commit 8a0404f424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,6 @@
name: CI build
on: [push]
on: [push, pull_request]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

10
.gitignore vendored
View File

@ -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/

3
bin/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
*/
!.gitignore