.gitignore: add .idea to ignored files (#8033)

This commit is contained in:
Choi Young-jin 2022-04-18 20:56:35 +09:00 committed by GitHub
parent e69ebee138
commit 5980dfdf29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -1,6 +1,9 @@
# VS Code
.vscode/
# Jetbrains IDE
.idea/
# macOS filesystem custom folder attributes
.DS_Store