Skip to content

Commit

Permalink
updated pkg files with new additions/deletions for jetstream installs
Browse files Browse the repository at this point in the history
  • Loading branch information
oberocks committed Aug 1, 2023
1 parent 798eb30 commit b695289
Show file tree
Hide file tree
Showing 19 changed files with 120 additions and 180 deletions.
2 changes: 2 additions & 0 deletions dist/data/gitignore/developer.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare const _default: "# NPM Remote Credentials File\n.npmrc\n\n# Local Project Items\n.vscode\n.idea\n.well-known\n.htpasswd\nerror_log";
export default _default;
11 changes: 11 additions & 0 deletions dist/data/gitignore/developer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/data/gitignore/developer.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/data/gitignore/mac.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare const _default: "# MacOS General\n.DS_Store\n.AppleDouble\n.LSOverride\n\n# MacOS Thumbnails\n._*\n\n# MacOS Files that might appear in the root of a volume\n.DocumentRevisions-V100\n.fseventsd\n.Spotlight-V100\n.TemporaryItems\n.Trashes\n.VolumeIcon.icns\n.com.apple.timemachine.donotpresent\n\n# MacOS Directories potentially created on remote AFP share\n.AppleDB\n.AppleDesktop\nNetwork Trash Folder\nTemporary Items\n.apdisk";
export default _default;
25 changes: 25 additions & 0 deletions dist/data/gitignore/mac.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/data/gitignore/mac.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/data/gitignore/windows.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare const _default: "# Windows thumbnail cache files\nThumbs.db\nThumbs.db:encryptable\nehthumbs.db\nehthumbs_vista.db\n\n# Dump file\n*.stackdump\n\n# Folder config file\n[Dd]esktop.ini\n\n# Recycle Bin used on file shares\n$RECYCLE.BIN/\n\n# Windows Installer files\n*.cab\n*.msi\n*.msix\n*.msm\n*.msp\n\n# Windows shortcuts\n*.lnk";
export default _default;
26 changes: 26 additions & 0 deletions dist/data/gitignore/windows.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/data/gitignore/windows.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
18 changes: 18 additions & 0 deletions dist/generators/jetstream/generateJetstreamGitignore.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

155 changes: 0 additions & 155 deletions dist/generators/jetstream/gitignore.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/generators/jetstream/gitignore.js.map

This file was deleted.

25 changes: 2 additions & 23 deletions dist/installers/installViltDsJetstream.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/installers/installViltDsJetstream.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/installers/jetstream/installJetstreamGitignore.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function (): void;
25 changes: 25 additions & 0 deletions dist/installers/jetstream/installJetstreamGitignore.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/installers/jetstream/installJetstreamGitignore.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b695289

Please sign in to comment.