17 lines
208 B
Plaintext
17 lines
208 B
Plaintext
# Git
|
|
/.git
|
|
/.gitignore
|
|
|
|
# Node, NPM, ESLint, TypeScript
|
|
/node_modules
|
|
/.eslintignore
|
|
/.eslintrc.json
|
|
/tsconfig.json
|
|
/*.tgz
|
|
.tsbuildinfo
|
|
|
|
# Development files
|
|
/.editorconfig
|
|
/.vscode
|
|
/workspace.code-workspace
|