mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-05 06:25:08 +09:00
feat!: Initial v2 commit
* Implemented editorconfig * Switched to ESM * Switched to a TypeScript workflow * Switched to projen for project management * Major code refactor * TODO: need tests
This commit is contained in:
Generated
+23
@@ -0,0 +1,23 @@
|
||||
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
|
||||
/.projen/
|
||||
/test-reports/
|
||||
junit.xml
|
||||
/coverage/
|
||||
permissions-backup.acl
|
||||
/dist/changelog.md
|
||||
/dist/version.txt
|
||||
/.mergify.yml
|
||||
/test/
|
||||
/tsconfig.dev.json
|
||||
/src/
|
||||
!/lib/
|
||||
!/lib/**/*.js
|
||||
!/lib/**/*.d.ts
|
||||
dist
|
||||
/tsconfig.json
|
||||
/.github/
|
||||
/.vscode/
|
||||
/.idea/
|
||||
/.projenrc.js
|
||||
tsconfig.tsbuildinfo
|
||||
/.eslintrc.json
|
||||
Reference in New Issue
Block a user