Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DX]: メジャーエディタ / IDE 用のファイルを作成 #37

Open
5 tasks
TwoSquirrels opened this issue May 12, 2022 · 7 comments
Open
5 tasks

Comments

@TwoSquirrels
Copy link
Member

TwoSquirrels commented May 12, 2022

改善対象の事柄

特定のエディタ / IDE で Git を使う際にそれ専用のファイルを
.gitignore を書き換えず (関係のないコミットはできないため) ステージングするのを避けるという
余計な操作が必要

期待する挙動

ほとんどのエディタ / IDE で git add --all するだけでいいように

補足情報

  • /.gitignore に VS Code と IntelliJ IDEA 用の設定を追記
  • VS Code 用に /.vscode/ ディレクトリにファイルを追加
  • IntelliJ IDEA 用に /.idea/ ディレクトリを作成
  • Replit 用に /.replit ファイルを作成
  • /DEVELOP.md にこれらのファイルに関しての説明を追記
@Mogyuchi
Copy link
Contributor

余計な操作とは

@TwoSquirrels
Copy link
Member Author

わざと Git の管理下から手動で外さないといけないてきな?

@Mogyuchi
Copy link
Contributor

gitignore したら #8 機能しなくなるんだが...

@TwoSquirrels
Copy link
Member Author

いや、関係ないコミットを防ぐ為に、 git add をしないようにしなくちゃならないから、
それをそれの対策的な

@Mogyuchi
Copy link
Contributor

Mogyuchi commented May 13, 2022

あー理解
↑嘘(嘘

@TwoSquirrels
Copy link
Member Author

TwoSquirrels commented Jun 22, 2022

やらないことにした
git 的にこれは各自でやるもんな気がする

@TwoSquirrels TwoSquirrels closed this as not planned Won't fix, can't repro, duplicate, stale Jun 22, 2022
@TwoSquirrels TwoSquirrels reopened this Jun 22, 2022
@Mogyuchi
Copy link
Contributor

Mogyuchi commented Jun 22, 2022

EditorConfig 使ってみよう #127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants