ソフトウェアエンジニアの勉強ログ

興味があるのは、computer vision, three.js, python, 深層学習, emacs

自分用メモ:three.jsで遊ぶ環境つくり&Git Hubにレポジトリを作ってみる

  • 目標としては、物理演算を試すところまでやりたい

gitをインストール

$ sudo apt-get install git

GitHubのアカウント作成と、レポジトリの作成

  • ハマりポイントは特にないと思う。

sshの設定

qiita.com

three.jsのマスタディレクトリを開発ディレクトリにもってきてignoreにする

qiita.com

以下の感じで無視されるようになる。

xxxx@xxxx:~/prog/threejs_handson$ git add *
The following paths are ignored by one of your .gitignore files:
three.js
Use -f if you really want to add them.