Skip to content

Commit

Permalink
fix: .gitignore after new amplify pull
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesKonings committed Jun 2, 2020
1 parent c7f1670 commit d5ceac8
Showing 1 changed file with 44 additions and 43 deletions.
87 changes: 44 additions & 43 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1,44 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# testing
/coverage

# production
/build

# npmjs
/dist

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

#amplify
amplify/\#current-cloud-backend
amplify/.config/local-*
amplify/mock-data
amplify/backend/amplify-meta.json
amplify/backend/awscloudformation
build/
dist/
node_modules/
aws-exports.js
awsconfiguration.json
amplifyconfiguration.json
amplify-gradle-config.json
amplifyxc.config
amplify/team-provider-info.json

#cypress
cypress.env.json
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# testing
/coverage

# production
/build

# npmjs
/dist

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

#cypress
cypress.env.json

#amplify
amplify/\#current-cloud-backend
amplify/.config/local-*
amplify/mock-data
amplify/backend/amplify-meta.json
amplify/backend/awscloudformation
build/
dist/
node_modules/
aws-exports.js
awsconfiguration.json
amplifyconfiguration.json
amplify-build-config.json
amplify-gradle-config.json
amplifytools.xcconfig
team-provider-info.json

0 comments on commit d5ceac8

Please sign in to comment.