Gitignore bin (#867)
* Adding MS * Ignore bin folder contents but keep folder * Undo a file change * On pull request
This commit is contained in:
parent
59f5cccfbf
commit
8a0404f424
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: CI build
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
|
10
.gitignore
vendored
10
.gitignore
vendored
@ -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
3
bin/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*
|
||||
*/
|
||||
!.gitignore
|
Loading…
Reference in New Issue
Block a user