exclude build files from git
This commit is contained in:
parent
d0491cabaf
commit
cab9c25884
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -69,4 +69,8 @@ _deps
|
||||||
.ionide
|
.ionide
|
||||||
|
|
||||||
# Build artifacts
|
# Build artifacts
|
||||||
bin/
|
bin/
|
||||||
|
build/
|
||||||
|
|
||||||
|
# Local environment files
|
||||||
|
env-setup.sh
|
||||||
Loading…
Reference in a new issue