36 lines
327 B
Plaintext
36 lines
327 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# test
|
|
test.*
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# TypeScript v1 declaration files
|
|
typings/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
package-lock.json
|
|
|
|
# IDE
|
|
.idea
|
|
|
|
# Mac OS
|
|
.DS_Store
|
|
|
|
# output
|
|
output/*
|
|
!output/.gitkeep
|
|
|
|
dev.js
|
|
|
|
yarn.lock
|
|
|
|
.env |