Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.1.6 - refining cli code structure and flow to be more readable and functionally abstracted #8

Merged
merged 11 commits into from
Aug 1, 2023
Merged
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.

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.

Loading