Skip to content

Commit 91a4292

Browse files
author
Tommy TIAN
committed
add git ignores
1 parent 6a1fdf6 commit 91a4292

File tree

5 files changed

+25
-32
lines changed

5 files changed

+25
-32
lines changed

.gitignore

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# IntelliJ project files
2+
.idea/
3+
*.iml
4+
out
5+
gen
6+
7+
# Visial Studio Code project files
8+
.vscode/
9+
10+
# Binaries for programs and plugins
11+
*.exe
12+
*.exe~
13+
*.dll
14+
*.so
15+
*.dylib
16+
17+
# Test binary, built with `go test -c`
18+
*.test
19+
20+
# Output of the go coverage tool, specifically when used with LiteIDE
21+
*.out
22+
23+
# Dependency directories (remove the comment below to include it)
24+
vendor/
25+

.idea/.gitignore

-8
This file was deleted.

.idea/complexgo.iml

-9
This file was deleted.

.idea/discord.xml

-7
This file was deleted.

.idea/modules.xml

-8
This file was deleted.

0 commit comments

Comments
 (0)