Skip to content

Commit 150ab60

Browse files
author
Andrew Dmitriev
committed
chore: add .editorconfig and update .gitignore
1 parent ec7653f commit 150ab60

2 files changed

Lines changed: 56 additions & 2 deletions

File tree

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
charset = utf-8
7+
end_of_line = lf
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[*.go]
12+
indent_style = tab
13+
14+
[*.md]
15+
trim_trailing_whitespace = false
16+
17+
[Makefile]
18+
indent_style = tab

.gitignore

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ node_modules/
3434
# Build directories
3535
/dist
3636
/build
37+
bin/
3738
/out
3839
.next/
3940
.nuxt/
@@ -582,10 +583,45 @@ FodyWeavers.xsd
582583
# AI
583584
.junie/
584585
.windsurfrules
585-
.lingma
586-
.windsurf
586+
.lingma/
587+
.windsurf/
588+
GEMINI.md
589+
QWEN.md
590+
AGENTS.md
587591
# Other
588592
.tern-port
589593
.dynamodb/
590594
###
591595
tmp/
596+
tmp.*
597+
###
598+
*.avi
599+
*.3g2
600+
*.3gp
601+
*.asf
602+
*.asx
603+
*.flv
604+
*.m4v
605+
*.mov
606+
*.mp4
607+
*.mpg
608+
*.mpeg
609+
*.rm
610+
*.swf
611+
*.vob
612+
*.wmv
613+
###
614+
*.xspf
615+
*.aif
616+
*.cda
617+
*.mid
618+
*.midi
619+
*.mp3
620+
*.mpa
621+
*.ogg
622+
*.wav
623+
*.wma
624+
todo
625+
todo.md
626+
testfile*
627+
notes.md

0 commit comments

Comments
 (0)