私はgitの下にあるローカルフォルダーを持っています。異なるIDESでいくつかのgitのもので遊んでいたときに、gitに追加されましたが、gitの制御下に置きたくありません。通常のフォルダーにしたいだけですとりあえずフォルダ!後でレポに追加することにするまで。
私は git を初めて使用するので、あまりコマンドを知りませんが、git status
コマンドを実行すると、次のようになります。
git status
# On branch master
#
# Initial commit
#
# Changes to be committed:
# (use "git rm --cached <file>..." to unstage)
#
# new file: .idea/vcs.xml
# new file: .idea/workspace.xml
#
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: .idea/workspace.xml
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# .idea/.name
# .idea/.rakeTasks
# .idea/HisFirstService.iml
# .idea/dictionaries/
# .idea/encodings.xml
# .idea/misc.xml
# .idea/modules.xml
# .idea/scopes/
# Gemfile
# Gemfile.lock
# README
# Rakefile
# client.rb
# config/
# db/
# models/
# service.rb
# spec/