Skip to content

Instantly share code, notes, and snippets.

@yuzutas0
Created April 18, 2021 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuzutas0/8cc8632fd7c61f11f1336b09853d4d5b to your computer and use it in GitHub Desktop.
Save yuzutas0/8cc8632fd7c61f11f1336b09853d4d5b to your computer and use it in GitHub Desktop.
.gitignoreを使わずにIntelliJ IDEAでファイルを編集する
$ ls -la
# => .git
$ echo .idea >> .git/info/exclude
$ less .git/info/exclude
# => .idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment