forked from enketo/enketo
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
144 lines (115 loc) · 5.06 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# =============================================================================
# 1. Package management
# =============================================================================
/node_modules/
/**/node_modules/
/npm-debug.log
/examples/*/npm-debug.log
/packages/*/npm-debug.log
/yarn-error.log
/examples/*/yarn-error.log
/packages/*/yarn-error.log
# =============================================================================
# 2. OS detritus
# =============================================================================
.DS_Store
Thumbs.db
# =============================================================================
# 3. Editors
# =============================================================================
*.code-workspace
*.sublime-project
*.sublime-workspace
# =============================================================================
# 4. Environment
# =============================================================================
# Originally only in enketo-express
/.env
# Originally only in enketo-express
/examples/*/.env
/packages/*/.env
# =============================================================================
# 5. Tooling
# =============================================================================
# -----------------------------------------------------------------------------
# 5.1. Tooling - development
# -----------------------------------------------------------------------------
/.grunt/
/examples/*/.grunt/
/packages/*/.grunt/
# Originally only in enketo-express
/.nodemon-*
# Originally only in enketo-express
/examples/*/.nodemon-*
/packages/*/.nodemon-*
# -----------------------------------------------------------------------------
# 5.2. Tooling - test resources (e.g. fixtures)
# -----------------------------------------------------------------------------
# Was: mock/forms.js & mock/forms.mjs
/packages/enketo-core/test/mock/
/packages/enketo-core/test/temp/
# -----------------------------------------------------------------------------
# 5.3. Tooling - quality control (e.g. test coverage, benchmark results)
# -----------------------------------------------------------------------------
/.nyc_output/
/examples/*/.nyc_output/
/packages/*/.nyc_output/
/test-coverage/
/examples/*/test-coverage/
/packages/*/test-coverage/
/coverage.shield.badge.md
/examples/*/coverage.shield.badge.md
/packages/*/coverage.shield.badge.md
/.benchmarks.md
/examples/*/.benchmarks.md
/packages/*/.benchmarks.md
/packages/enketo-express/chromium-cache/*
# -----------------------------------------------------------------------------
# 5.4. Tooling - build artifacts
# -----------------------------------------------------------------------------
/build/
/examples/*/build/
/packages/*/build/
/dist/
/examples/*/dist/
/packages/*/dist/
# -----------------------------------------------------------------------------
# 5.4.1. Tooling - build artifacts
# -----------------------------------------------------------------------------
/packages/enketo-express/**/build/*
/packages/enketo-express/public/css/*.css
/packages/enketo-express/app/views/styles/component/_widgets.scss
# =============================================================================
# 6. Enketo Express
# =============================================================================
# -----------------------------------------------------------------------------
# 6.1. Enketo Express - config
# -----------------------------------------------------------------------------
/packages/enketo-express/config/config.json
# -----------------------------------------------------------------------------
# 6.2. Enketo Express - Docker/etc
# -----------------------------------------------------------------------------
# Currently the blessed way to introduce secrets, via volume.
/packages/enketo-express/docker/secrets/*
# -----------------------------------------------------------------------------
# 6.3. Enketo Express - logging
# Intentionally left package-specific because at least one path is.
# -----------------------------------------------------------------------------
/packages/enketo-express/**/logs/submissions*
/packages/enketo-express/**/logs/logrotate
# -----------------------------------------------------------------------------
# 6.4. Enketo Express - Copypasta...
# All from Enketo Express, with commit hash and notes. These paths are
# intentionally isolated to the `enketo-express` package. We should
# consider removal of some, if not all, of these entries.
# -----------------------------------------------------------------------------
# Introduced in 601f7f45485ee47e7ecffad525d636938b53de91.
# Probably used for taking notes while working on that feature?
/packages/enketo-express/**/.scratchpad
# Introduced in 2976a7935ae99343c965cc322aba78a6e7edb82c.
# Probably actually ignoring diffs used for manual comparison.
/packages/enketo-express/**/*.diff
/packages/enketo-express/**/translation_old.json
# Introduced in d350a63171b16bf8f3bf2f3b11a05be9430c1b66.
# Exactly what it says on the tin, albeit maybe odd to output under `tools`.
/packages/enketo-express/tools/.redis-repl.history