UNPKG

@ou-imdt/create

Version:

Command line tool to create team boilerplate.

94 lines (68 loc) 913 B
# Node artifact files node_modules/ dist/ # Package files *.jar *.zip # Binary files *.bin # Installers *.msi # Local databases *.db # Dynamic link library *.dll # Compiled Java class files *.class # Compiled Python bytecode *.py[cod] # IDE .idea/ .vscode/ # Unit test reports TEST*.xml # Generated by MacOS .DS_Store # Generated by Windows Thumbs.db # Applications *.app *.exe *.war # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Runtime data pids *.pid *.seed *.pid.lock # Dependency directories jspm_packages/ # Typescript v1 declaration files typings/ # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # dotenv environment variable files .env* # Yarn yarn-error.log .pnp/ .pnp.js # Yarn Integrity file .yarn-integrity # Applications *.app *.exe *.war # SQLite *.sqlite