forked from stephenreading/amplify-js-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
35 lines (31 loc) · 809 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
28
29
30
31
32
33
34
35
.DS_STORE
# Users will be installing the latest versions, so any tests should
# avoid lock files so we can catch regressions in the ecosystem.
package-lock.json
yarn.lock
# Ignore private files that my otherwise be included (even accidentally)
aws-exports.js
team-provider-info.json
# `amplify init` auto-creates .gitignore with `/node_modules`.
# This ignores node_modules *anywhere*.
node_modules
#amplify-do-not-edit-begin
amplify/\#current-cloud-backend
amplify/.config/local-*
amplify/logs
amplify/mock-data
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