Initial commit: Add project structure and configuration
This commit is contained in:
13
.npmignore
Normal file
13
.npmignore
Normal file
@@ -0,0 +1,13 @@
|
||||
# Source
|
||||
src/
|
||||
|
||||
# Configuration
|
||||
.eslintrc
|
||||
.prettierrc
|
||||
.tsconfig.json
|
||||
jest.config.cjs
|
||||
|
||||
# Development
|
||||
*.log
|
||||
npm-debug.log*
|
||||
node_modules/
|
||||
Reference in New Issue
Block a user