-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (44 loc) · 846 Bytes
/
.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
.DS_Store
sentinel/settings.js
sentinel/settings-test.js
sentinel/Procfile
npm-debug.log
node_modules
node_modules_backup
/scripts/node_modules/
/scripts/token.json
/config.js
/tests/results
/tests/logs/
*.sublime-project
*.sublime-workspace
/.env
coverage/
dist
!**/pupil/dist
/ddocs/compiled.json
/packages
/static
.vscode/
.idea/
/build/
api/**/extracted-resources/**/*
api/build/**/*
jsdocs
config/*/.gdrive.*.json
config/*/.snapshots/*
config/*/backups/*
config/*/json_docs/*
config/*/upload-docs.*
config/*/users.csv
config/*/forms/contact/*.xlsx
!config/*/forms/contact/PLACE_TYPE-create.xlsx
!config/*/forms/contact/PLACE_TYPE-edit.xlsx
!config/*/forms/contact/person-create.xlsx
!config/*/forms/contact/person-edit.xlsx
/**/*/.snapshots/local.json
tests/integration/results/
allure*
tests/config-temp
cht-docker-compose.log
.eslintcache