forked from pryv/open-pryv.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (44 loc) · 977 Bytes
/
.gitignore
File metadata and controls
46 lines (44 loc) · 977 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
.idea
.project
.settings
.DS_Store
.eslintcache
node_modules/
components/*/node_modules/
**/coverage.html
**/npm-debug.log
**/profiling-output.txt
**/v8.log
!node_modules/components
proxy/nginx.conf
service-core.iml
/out
# tsc emit target — produced by `just build`, not used at runtime yet (Plan 57 Phase 0)
/dist
.nyc_output/
.v8-coverage/
.c8_output/
build_tag
build/core/release.tar
build/hfs/release.tar
build/preview/release.tar
build/release.tar
build/test/pryv/*/backup
build/test/pryv/*/data
build/test/pryv/*/log
security-assessment
/test-results/
/coverage/
var-pryv*
# rqlited binary location since Plan 48 — staged by `storages/engines/rqlite/scripts/setup` and the Dockerfile.
/bin-ext/
*.log
# Accidental literal dirs when PRYV_LOGSDIR/PRYV_DATADIR aren't exported at NODE_ENV=production
${PRYV_LOGSDIR}
${PRYV_DATADIR}
learn-config
external-ressources/
components/api-server/config/override-config.yml
config/override-config.yml
# netbeans IDE
nbproject/