-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
86 lines (73 loc) · 1.52 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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
common/node_modules
deployment/node_modules
layers/lambda-base/nodejs/node_modules
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
envrc.ys1
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/cdk.out
.cdk-outputs.json
.next
out
/.cdk-database-outputs.json
/.cdk-backend-outputs.json
/.cdk-frontend-outputs.json
/backend/api/API.ts
/src/API.ts
/common/graphql/mutations.ts
/common/graphql/queries.ts
/common/graphql/apiModel.ts
backend/src/velho/aineistopalvelu
backend/src/velho/hakupalvelu
backend/src/velho/projektirekisteri
backend/src/velho/metadata.json
public/huoltokatko
# Gradle
tools/velho/.gradle
tools/velho/build
!tools/velho/gradle/wrapper/gradle-wrapper.jar
tools/velho/buildSrc/.gradle
tools/velho/buildSrc/build
.report
next-env.d.ts
schema.graphql
build
.serverless
.serverless_nextjs
.version
/.env.test
/coverage
/test/.report
/.eslintcache
.sonar
migration-cli/node_modules
migration-cli/~*
migration-cli/migraatio.xlsx
/migration-cli/.env.test
cypress/videos
cypress/screenshots
cypress/report
cypress.env.json
cypress/downloads/downloads.html
.node-persist
/.env.current
/tsconfig.tsbuildinfo
.turbo
/cdk.context.json
.vscode/settings.json
static/graphql-playground/index.html
testpdf.pdf
backend/test/asiakirja/lambda/*.pdf
backend/test/mml/maanomistajaluettelo_hyvaksymispaatos.xlsx
backend/test/mml/maanomistajaluettelo_nahtavillaolo.xlsx
.vscode/launch.json