Skip to content

Commit

Permalink
⤵️ automation(synchronize) Applying changes from upstream repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
Megabyte Labs Automation committed Dec 26, 2021
1 parent 311e60d commit 7794056
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 35 deletions.
1 change: 1 addition & 0 deletions .config/prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
**/Dockerfile
**/*.handlebars
build/
coverage/
dist/
node_modules/
pnpm-lock.yaml
Expand Down
7 changes: 7 additions & 0 deletions .config/taskfiles/install/Taskfile-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,13 @@ tasks:
vars:
NPM_PACKAGE: ntl

nx:
run: once
cmds:
- task: global
vars:
NPM_PACKAGE: nx

only-allow:
run: once
cmds:
Expand Down
7 changes: 7 additions & 0 deletions .config/taskfiles/web/Taskfile-nx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
version: '3'

tasks:
install:
deps:
- :install:npm:nx
91 changes: 57 additions & 34 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,73 +1,96 @@
__pycache__/
*~
._*
*$py.class
.angular
ansible_variables.json
.apdisk
.autodoc/
.AppleDB
.AppleDesktop
.AppleDouble
.autodoc/
*.box
build/
.c9/
.cache
.cache/
.classpath
*.code-workspace
.com.apple.timemachine.donotpresent
/connect.lock
*.cover
.coverage
.coverage.*
/coverage
coverage/
coverage.xml
db.sqlite3
db.sqlite3-journal
.directory
dist/
.DocumentRevisions-V100
.DS_Store
.env
env/
ENV/
env.bak/
.fseventsd
.fuse_hidden*
.git/
htmlcov/
.hypothesis/
Icon
.idea/
.jest-cache/
*.launch
/libpeerconnection.log
local_settings.py
*.log
.LSOverride
Network Trash Folder
.nfs*
node_modules/
nosetests.xml
.nox/
.npm/
npm-debug.log
.nyc_output/
pip-delete-this-directory.txt
pip-log.txt
.pnpm-store/
.project
__pycache__/
.pytest_cache/
pytestdebug.log
*.retry
/.sass-cache
.settings/
.shared/
*.so
.Spotlight-V100
*.sublime-workspace
.task/
.TemporaryItems
Temporary Items
testem.log
Thumbs.db
tmp/
.tox/
.Trash-*
.Trashes
*.tsbuildinfo
tsconfig.build.tsbuildinfo
/typings
.vagrant/
.variables.json
.vault_pass
.venv/
venv/
venv.bak/
.VolumeIcon.icns
.vscode/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
.vscode/snipsnap.code-snippets
*.box
*.code-workspace
*.cover
*.log
*.retry
*.so
*.tsbuildinfo
*~
*$py.class
ansible_variables.json
build/
coverage/
coverage.xml
db.sqlite3
db.sqlite3-journal
dist/
env.bak/
env/
ENV/
htmlcov/
Icon
local_settings.py
Network Trash Folder
node_modules/
nosetests.xml
pip-delete-this-directory.txt
pip-log.txt
pytestdebug.log
Temporary Items
tsconfig.build.tsbuildinfo
venv.bak/
venv/
!.vscode/tasks.json
yarn-error.log
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"esbenp.prettier-vscode",
"ericadamski.carbon-now-sh",
"firefox-devtools.vscode-firefox-debug",
"firsttris.vscode-jest-runner",
"formulahendry.auto-rename-tag",
"formulahendry.code-runner",
"foxundermoon.shell-format",
Expand Down Expand Up @@ -47,7 +48,7 @@
"MS-vsliveshare.vsliveshare",
"MS-vsliveshare.vsliveshare-audio",
"njpwerner.autodocstring",
"Orta.vscode-jest",
"nrwl.angular-console",
"paulvarache.vscode-taskfile",
"philnash.ngrok-for-vscode",
"PKief.material-icon-theme",
Expand Down
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ includes:
vscode: ./.config/taskfiles/vscode/Taskfile.yml
web: ./.config/taskfiles/web/Taskfile.yml
web:ionic: ./.config/taskfiles/web/Taskfile-ionic.yml
web:nx: ./.config/taskfiles/web/Taskfile-nx.yml
web:profile: ./.config/taskfiles/web/Taskfile-profile.yml

output: interleaved
Expand Down

0 comments on commit 7794056

Please sign in to comment.