-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (48 loc) · 1.13 KB
/
.gitignore
File metadata and controls
65 lines (48 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Environment files
.env
# Binaries for programs and plugins (remove the comment below to include it)
*.exe
*.exe~
*.dll
*.so
*.dylib
# *.app
# *.war
# Log files
*.log
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv
# Temporary files (remove the comment below to include it)
# tmp/*
# Generated by macos
.DS_Store
# Generated by windows
Thumbs.db
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Unit test reports (remove the comment below to include it)
# TEST*.xml
# Dependency directories (remove the comment below to include it)
# vendor/
# Node artifact directories (remove the comment below to include it)
# node_modules/
# dist/
# Compiled java class files (remove the comment below to include it)
# *.class
# Compiled python bytecode files (remove the comment below to include it)
# *.py[cod]
# Package files (remove the comment below to include it)
# *.jar
# Maven (remove the comment below to include it)
# target/
# JetBrains IDE (remove the comment below to include it)
# .idea/
# Editor IDE (remove the comment below to include it)
# .vscode/