You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: typescript/README.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,25 @@
4
4
5
5
This section contains all the CDK code examples written in Typescript. For more information on using the CDK in Typescript, please see the [Developer Guide](https://docs.aws.amazon.com/cdk/latest/guide/work-with-cdk-typescript.html).
6
6
7
+
## Repository Configuration Files
8
+
9
+
This directory contains the following configuration files:
10
+
11
+
-`.gitignore`: Specifies which files and directories should be excluded from Git version control
- Excludes editor/IDE specific files and OS-specific files
17
+
18
+
-`.npmignore`: Specifies which files and directories should be excluded when publishing to npm
19
+
- Excludes TypeScript source files (but includes declaration files)
20
+
- Excludes test files and directories
21
+
- Excludes configuration files and build artifacts
22
+
- Excludes source control files
23
+
24
+
These files are used as a reference for the individual example projects. Each example may have its own specific configuration files tailored to its needs.
25
+
7
26
## Running Examples
8
27
9
28
To run a Typescript example, execute the following:
0 commit comments