-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (49 loc) · 773 Bytes
/
.gitignore
File metadata and controls
63 lines (49 loc) · 773 Bytes
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
# git ignore file
# ignore all generated files
common
common/**/*
shock-server/shock-server
devel/lo.data
prod/*.yaml
prod/*.conf
# ignore files with # and ~
*\#*
*\~*
# build files
*.pyc
*.o
*.a
*.[568vq]
[568vq].out
_test
_testmain.go
test.out
build.out
_obj
.project
# bin
pkg
bin
.vscode/
# os x files
*.DS_Store
# Thumbnails
._*
38603502-c1dd-4a4a-b4df-53769bf0180e.data
shock-server/ff922507-7046-4a12-8490-89578695c1fd.data
shock-server/lo
lo
shock.code-workspace
.swagger-codegen-ignore
.swagger-codegen/
devel/lo.data
shock-server/shock-server
shock-server/shock-server
# Node.js
node_modules/
# UI build outputs (embedded copy)
shock-server/ui/dist/
!shock-server/ui/dist/.gitkeep
clients/shock-ts/dist/
clients/shock-ui/dist/
*.tsbuildinfo