Created
November 3, 2021 05:49
-
-
Save kad1r/3ea1ee10179e1a988dabfb233ba4228c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .DS_Store | |
| node_modules | |
| /dist | |
| # local env files | |
| .env.local | |
| .env.*.local | |
| # Log files | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Editor directories and files | |
| .idea | |
| .vscode | |
| *.code-workspace | |
| *.suo | |
| *.ntvs* | |
| *.njsproj | |
| *.sln | |
| *.sw? | |
| #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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment