Skip to content

Commit

Permalink
chore: gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Martirosian committed May 9, 2024
1 parent ad84986 commit 097d872
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 79,159 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: Don't modify this file. Place .gitignore files in relevant subdirectories.

!lib/node
!lib/types
lib/*
!lib/action

# Logs
logs
Expand Down
8 changes: 1 addition & 7 deletions knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@
"{scripts,perf}/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}"
],
"ignore": ["**/*.d.+([a-zA-Z0-9]).ts", "**/*.d.ts", "lib/**"],
"ignoreDependencies": [
"@commitlint/cli",
"prettier",
"syncpack",
"eslint-config-escapace",
"@escapace/pnpm-pack"
],
"ignoreDependencies": ["@commitlint/cli", "prettier", "syncpack", "eslint-config-escapace"],
"ignoreExportsUsedInFile": {
"interface": true,
"type": true
Expand Down
373 changes: 0 additions & 373 deletions lib/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion lib/README.md

This file was deleted.

1 change: 0 additions & 1 deletion lib/action/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion lib/action/node_modules/.modules.yaml

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.

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

4 changes: 2 additions & 2 deletions lib/action/node_modules/.pnpm/node_modules/.bin/node-which

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

4 changes: 2 additions & 2 deletions lib/action/node_modules/.pnpm/node_modules/.bin/uuid

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.

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

2 changes: 1 addition & 1 deletion lib/action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"scripts": {
"build": "tsx scripts/build.ts",
"lint": "ls-lint --config .ls-lint.yaml && knip && eslint",
"pack": "pnpm exec pnpm-pack package --production --no-optional --extract --pack-destination lib/action && echo '!*' > lib/action/.gitignore",
"pack": "pnpm-pack package --production --no-optional --extract --pack-destination lib/action",
"test": "vitest --no-watch --coverage",
"typecheck": "tsc --noEmit"
}
Expand Down
Loading

0 comments on commit 097d872

Please sign in to comment.