- Add 'build/' to .gitignore - Refactor push script for improved directory management and build process - Update package.json and package-lock.json to version 1.0.5 - Change TypeScript module setting to CommonJS in tsconfig.json
25 lines
221 B
Plaintext
25 lines
221 B
Plaintext
# TypeScript output
|
|
dist/
|
|
build/
|
|
*.tsbuildinfo
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE stuff
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# Env stuff
|
|
.env
|