-
Notifications
You must be signed in to change notification settings - Fork 85
/
.gitignore
116 lines (96 loc) · 1.56 KB
/
.gitignore
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# See http://help.github.com/ignore-files/ for more about ignoring files.
# scaffold
scaffold/dist
scaffold/dev
scaffold/tmp
scaffold/css/
scaffold/node_modules
scaffold/bower_components
# joints
joints/dist
joints/dev
joints/tmp
joints/css/
joints/node_modules
joints/bower_components
# tenant
tenant/*/dist
tenant/*/css
tenant/*/dev
tenant/*/src/app/*.js
tenant/*/src/app/*.js.map
tenant/*/src/main.js
tenant/*/src/main.js.map
tenant/node_modules
tenant/bower_components
tenant/*/node_modules
tenant/*/bower_components
tenant/*、npm-debug.log
# pilotage
pilotage/pilotage
pilotage/conf
pilotage/cert
pilotage/log/*
pilotage/data/*
pilotage/pilotage
pilotage/vendor
pilotage/vendor/*
#singular
singular/singular
singular/.vscode
# docs
docs/_site
docs/.sass-cache
docs/.jekyll-metadata
docs/_posts/
docs/pdf/
docs/ca-rbac/bin/
docs/ca-rbac/shell/data/
docs/ca-rbac/shell/*-ca/
# IDEs and editors
.idea
.idea/*
.vscode/*
pilotage/.idea
pilotage/.idea/*
scaffold/.idea
scaffold/.idea/*
scaffold/.project
scaffold/.classpath
scaffold/*.launch
scaffold/.settings/
# misc
scaffold/.sass-cache
scaffold/connect.lock
scaffold/coverage/*
scaffold/libpeerconnection.log
scaffold/npm-debug.log
scaffold/testem.log
scaffold/typings
# e2e
scaffold/e2e/*.js
scaffold/e2e/*.map
#System Files
.DS_Store
Thumbs.db
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof
go.sum
vendor/