forked from aws-amplify/amplify-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
27 lines (24 loc) · 861 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
.DS_Store
.env
.env.local
*.log
node_modules
aws-exports.js
aws-exports.ts
amplifyconfiguration.json
docs/public/previews
# We have mock exports in the following locations
!examples/angular/src/pages/ui/components/*/*/aws-exports.js
!examples/next/pages/ui/components/*/*/*/*/aws-exports.js
!examples/next/pages/ui/components/*/*/*/aws-exports.js
!examples/next/pages/ui/components/*/*/aws-exports.js
!examples/next/pages/ui/hooks/*/*/aws-exports.js
!examples/vue/src/pages/ui/components/*/*/aws-exports.js
!examples/react-native/src/features/*/*/aws-exports.js
!examples/react-native/src/ui/*/*/*/aws-exports.js
# .npmrc is used in our deployment procedure to login to npm. Ignored for security.
.npmrc
# used by turbo for logs
.turbo
# flutter assets are built with `yarn flutter:build` and should not be checked in to source control
**/public/flutter/**/