HighLab

git .gitignoreの書き方

  • 公開日:
  • 更新日:
  • 文字数:80文字

bin フォルダは要らない

bin/

json ファイルは要らない

*.json

パッケージフォルダ内の .ts ファイルは要らない

package/*/.ts