ChallengeClub / tetris_score_server

tetris_score_server for https://github.com/seigot/tetris
MIT License
2 stars 6 forks source link

":"を含むファイルをpushできないようにするかどうか(.gitignoreに*:*を加えるかどうか) #30

Open seigot opened 1 year ago

seigot commented 1 year ago

ubuntuではファイル名に":"を加えることができるが、MacやWindowsではできない。 加えるとMacやWindowsで使えない(git cloneができない)ファイルを扱ってしまうことになるが、これを避けたい

Mac と Windows が混在している環境でファイル名やフォルダ名をどうすべきか https://www.too.com/support/faq/mac/finder_os/23555.html#:~:text=%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E5%90%8D%E3%81%AE%E4%B8%AD%E3%81%AB,%E3%83%95%E3%82%A9%E3%83%AB%E3%83%80%E5%90%8D%E3%81%A8%E3%81%97%E3%81%A6%E6%8C%87%E5%AE%9A%E3%81%A7%E3%81%8D%E3%81%BE%E3%81%9B%E3%82%93%E3%80%82

":"を含むファイルをpushできないようにするかどうか 具体的には.gitignoreに:を加えるかどうか

.gitignore

*:*
seigot commented 1 year ago

pushしたくない派