-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
54 lines (42 loc) · 1.21 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
# ======================== General ==================== #
node_modules/
tmp/
.npm
# System Files
.DS_Store
Thumbs.db
# Logs
logs
*.log
npm-debug.log*
# ==================== research-hub-web ================ #
research-hub-web/www/
research-hub-web/www-preview/
research-hub-web/dist/
research-hub-web/documentation/
research-hub-web/cypress/videos/
research-hub-web/cypress/screenshots/
research-hub-web/src/app/graphql/possible-types.ts
research-hub-web/src/app/graphql/schema.ts
research-hub-web/.angular/cache
# Custom environment file - use it in special local development situations
research-hub-web/src/environments/environment.custom.ts
# Misc
research-hub-web/.sass-cache
research-hub-web/connect.lock
research-hub-web/coverage
research-hub-web/libpeerconnection.log
research-hub-web/npm-debug.log
research-hub-web/testem.log
research-hub-web/typings
# Ignore config file so secrets are not automatically checked in
.env
.test.env
.prod.env
# ====================== serverless-now ================ #
serverless-now/.serverless/
serverless-now/env/local.env
# ====================== cer-graphql =================== #
cer-graphql/build
# ====================== subhub-link-checker =========== #
subhub-link-checker/build/*