Add .idea to gitignore
This commit is contained in:
parent
5e87a66472
commit
5a606b8854
7
.gitignore
vendored
7
.gitignore
vendored
@ -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/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user