Ignore Leiningen plugins folder
On first time install with `lein deps`, it created lein-plugins folder so, ignoring it.
This commit is contained in:
parent
1a189605f6
commit
32834d8749
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ target
|
|||||||
*.jar
|
*.jar
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.lein-deps-sum
|
.lein-deps-sum
|
||||||
|
.lein-plugins
|
Loading…
Reference in New Issue
Block a user