mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
* chore: setup some common config * chore: setup some common config * chore: setup commit lint
5 lines
137 B
Bash
Executable File
5 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
# avoid conflicts in pnpm lock
|
|
# https://7tonshark.com/posts/avoid-conflicts-in-pnpm-lock/
|
|
git config merge.ours.driver true
|