Skip to content

Commit

Permalink
localのファイルをもうちょいいい感じに… (#86)
Browse files Browse the repository at this point in the history
* testとかで使うcoreファイルを配置する場所を固定してignore

* 色んなところに配置したvoicevox_core邪魔なのでcleanで消す
  • Loading branch information
yamachu authored Mar 5, 2024
1 parent 6b71c79 commit 1f67408
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -483,3 +483,7 @@ $RECYCLE.BIN/

!examples/UnitySample/**/*.meta
!src/VoicevoxCoreSharp.Core.Unity/**/*.meta

# releaseから落としてきたテスト用のファイル
/.local/*
!/.local/.gitkeep
Empty file added .local/.gitkeep
Empty file.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ submodule/checkout:
@if [[ "$(COMMIT)" -eq "" ]]; then echo Needs "COMMIT args" ; exit 1 ; fi
$(MAKE) submodule/update
git submodule foreach git checkout $(COMMIT)

clean:
git clean -xde .local

0 comments on commit 1f67408

Please sign in to comment.