-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.gitignore
53 lines (46 loc) · 1.22 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
node_modules
*.log
reports
ganache-accounts.json
.dappPids.json
cypress/videos
cypress/screenshots
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
.vscode
.DS_Store
/src/typedefs/import-meta-env.d.ts
.env.local.secrets
.env
/dist
#amplify-do-not-edit-begin
amplify/\#current-cloud-backend
amplify/.config/local-*
amplify/logs
amplify/mock-data/dynamodb
amplify/backend/amplify-meta.json
amplify/backend/.temp
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
# Custom Amplify Ignores
amplify/mock-data
# @NOTE These are actually required when deploying, however they are recreated
# on each run (unless you customize them manually)
# Due to the way the Docker container is set up, they will always be under the root
# user, so ignoring them will prevent alot of unpleasantness
amplify/backend/api/colonycdapp/resolvers/*
!amplify/backend/api/colonycdapp/resolvers/Query.searchColonyActions.req.vtl
!amplify/backend/api/colonycdapp/resolvers/Query.searchColonyContributors.req.vtl
# Temp schema file generated by the codegen
tmp-schema.graphql
storybook-static