Skip to content

Commit 05eb469

Browse files
ZimM-LostPolygonenlight
authored andcommitted
Renamed "build" folder to ".build" to avoid it being imported by Unity
1 parent 1b74d8e commit 05eb469

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
app.db
2-
app.db.meta
3-
chaindata
4-
chaindata.meta
5-
loom
6-
loom.meta
1+
.build/

UnityProject/Assets/LoomSDKTests/TestsEvmContract/TestsChain/start-chain.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
set -e
22

3-
if [ ! -d ./build ]; then
4-
mkdir build
3+
if [ ! -d ./.build ]; then
4+
mkdir .build
55
fi
66

7-
cd build
7+
cd .build
88

99
if [ ! -f ./loom ]; then
1010
../download-loom.sh 276

0 commit comments

Comments
 (0)