Skip to content

Commit 639ec84

Browse files
add comment & ignore .idea dir
Signed-off-by: Pascal Bourdier <[email protected]>
1 parent b0c1bdb commit 639ec84

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ _artifacts/
33
lima.REJECTED.yaml
44
schema-limayaml.json
55
.config
6+
.idea/

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
---
1919
run:
2020
concurrency: 6
21-
timeout: 2m
21+
timeout: 2m # 1m by default
2222
linters:
2323
disable-all: true
2424
enable:

0 commit comments

Comments
 (0)