Add .idea to gitignore

This commit is contained in:
mcrakhman 2022-09-13 16:34:26 +02:00 committed by Mikhail Iudin
parent 5e87a66472
commit 5a606b8854
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

7
.gitignore vendored
View File

@ -11,5 +11,12 @@
# Output of the go coverage tool, specifically when used with LiteIDE # Output of the go coverage tool, specifically when used with LiteIDE
*.out *.out
# Intelli-J files
.idea
# MacOS file that stores custom attributes of its containing folder,
# such as folder view options, icon positions, and other visual information
.DS_Store
# Dependency directories (remove the comment below to include it) # Dependency directories (remove the comment below to include it)
# vendor/ # vendor/