forked from aws-samples/amplify-nextjs-ssg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
114 lines (101 loc) · 2.09 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
#amplify-do-not-edit-begin
amplify/\#current-cloud-backend
amplify/.config/local-*
amplify/logs
amplify/mock-data
amplify/mock-api-resources
amplify/backend/amplify-meta.json
amplify/backend/.temp
build/
dist/
node_modules/
aws-exports.js
awsconfiguration.json
amplifyconfiguration.json
amplifyconfiguration.dart
amplify-build-config.json
amplify-gradle-config.json
amplifytools.xcconfig
.secret-*
**.sample
#amplify-do-not-edit-end
.idea
.vscode
# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
cdkAssets/!/.gitattributes
cdkAssets/!/.projen/tasks.json
cdkAssets/!/.projen/deps.json
cdkAssets/!/.projen/files.json
cdkAssets/!/.github/workflows/pull-request-lint.yml
cdkAssets/!/package.json
cdkAssets/!/LICENSE
cdkAssets/!/.npmignore
cdkAssets/logs
cdkAssets/*.log
cdkAssets/npm-debug.log*
cdkAssets/yarn-debug.log*
cdkAssets/yarn-error.log*
cdkAssets/lerna-debug.log*
cdkAssets/report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
cdkAssets/pids
cdkAssets/*.pid
cdkAssets/*.seed
cdkAssets/*.pid.lock
cdkAssets/lib-cov
cdkAssets/coverage
cdkAssets/*.lcov
cdkAssets/.nyc_output
cdkAssets/build/Release
cdkAssets/node_modules/
cdkAssets/jspm_packages/
cdkAssets/*.tsbuildinfo
cdkAssets/.eslintcache
cdkAssets/*.tgz
cdkAssets/.yarn-integrity
cdkAssets/.cache
cdkAssets/!/.projenrc.js
cdkAssets//test-reports/
cdkAssets/junit.xml
cdkAssets/coverage/
cdkAssets/!/.github/workflows/build.yml
cdkAssets/!/.mergify.yml
cdkAssets/!/.github/workflows/upgrade.yml
cdkAssets/!/.github/pull_request_template.md
cdkAssets/!/test/
cdkAssets/!/tsconfig.json
cdkAssets/!/tsconfig.dev.json
cdkAssets/!/src/
cdkAssets/lib
cdkAssets/dist/
cdkAssets/!/.eslintrc.json
cdkAssets/assets/
cdkAssets/!/cdk.json
cdkAssets/cdk.out/
cdkAssets/.cdk.staging/
cdkAssets/.parcel-cache/