Created
April 18, 2021 01:35
-
-
Save yuzutas0/8cc8632fd7c61f11f1336b09853d4d5b to your computer and use it in GitHub Desktop.
.gitignoreを使わずにIntelliJ IDEAでファイルを編集する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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