Skip to content

Commit cc29a54

Browse files
committed
Add CDS extractor JS dist and node_modules
Updates the `extractors/cds/tools/.gitignore` file to explititly include the `dist/` and `node_modules/` subdirectories in order to support pre-build of the CDS extractor JS (compiled from TS) code.
1 parent aa7dac4 commit cc29a54

File tree

12,548 files changed

+1559706
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

12,548 files changed

+1559706
-6
lines changed

extractors/cds/tools/.gitignore

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Ignore files create just for debugging the CDS extractor.
22
debug/
33

4-
# Ignore the entire "out" directory as this is for the .js and .js.map files
5-
# which are generated by the `tsc` build process. In the current project config,
6-
# we require the platform-specific "index-files" shell/cmd script to run the
7-
# `npm run build` command that generates the files for the correct platform and
8-
# local environment.
9-
out/
4+
# Override the repository-level .gitignore to explicitly include the "dist" and
5+
#"node_modules" sub-directories, which are used to store the CDS extractor JS build
6+
#files and their Node.js dependencies, respectively.
7+
!dist/
8+
!node_modules/
109

extractors/cds/tools/dist/cds-extractor.js

Lines changed: 162 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extractors/cds/tools/dist/cds-extractor.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)