-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitignore
99 lines (82 loc) · 1.45 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
.idea/
.vscode
.project
.classpath
.c9/
*.launch
.settings/
*.swp
*.code-workspace
.phpunit.result.cache
php-errors.log
tmp/*.log
.env.e2e
!Env/.env.e2e
Env/.env.development.local
Env/.env.production
Tyr/.env.production
Forseti/.env.production
Sigrun/.env.production
Bragi/.env.production
Skirnir/.env.production
Tyr/.env.development
Forseti/.env.development
Sigrun/.env.development
Bragi/.env.development
Skirnir/.env.development
Mimir/www/.well-known
Frey/www/.well-known
Hugin/www/.well-known
.DS_Store
Thumbs.db
Common/protoc-bin/
Database/export.tar.gz
Mimir/config/local/*
Mimir/vendor/
Mimir/data/db.sqlite
Mimir/data/verbose.log
Mimir/tests/data/*
Hugin/vendor/
Gullveig/vendor/
Tyr/dist
Tyr/dev-dist
Tyr/tmp
Tyr/node_modules
Tyr/bower_components
Tyr/.sass-cache
Tyr/package-lock.json
Tyr/connect.lock
Tyr/coverage/*
Tyr/libpeerconnection.log
Tyr/npm-debug.log
Tyr/testem.log
Tyr/typings
Tyr/yarn-error.log
Tyr/app/i18n/*.mo
Tyr-dist/*
!Tyr-dist/.well-known
!Tyr-dist/.keep
Forseti/app/i18n/*.mo
Sigrun/src/i18n/*.mo
Forseti/dev-dist
Forseti-dist/*
!Forseti-dist/.well-known
!Forseti-dist/.keep
Frey/config/local/*
Frey/vendor/
Frey/data/verbose.log
Frey/data/db.sqlite
Frey/tests/data/*
Sigrun/dev-dist
Sigrun-dist/*
!Sigrun-dist/.well-known
!Sigrun-dist/.keep
!Sigrun-dist/server.js
!Sigrun-dist/package.json
Bragi-dist/*
!Bragi-dist/.well-known
!Bragi-dist/.keep
!Bragi-dist/server.js
!Bragi-dist/package.json
Hermod/opendkim_keys/*
!Hermod/opendkim_keys/.keep