File tree Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ lib-cov
2+ * .seed
3+ * .log
4+ * .csv
5+ * .dat
6+ * .out
7+ * .pid
8+ * .gz
9+ * .swp
10+
11+ pids
12+ logs
13+ results
14+ tmp
15+
16+ # Build
17+ public /css /main.css
18+
19+ # Coverage reports
20+ coverage
21+
22+ # API keys and secrets
23+ .env
24+
25+ # Dependency directory
26+ node_modules
27+ bower_components
28+
29+ # Editors
30+ .idea
31+ * .iml
32+
33+ # OS metadata
34+ .DS_Store
35+ Thumbs.db
36+
37+ # Ignore built ts files
38+ dist /** /*
39+
40+ # ignore yarn.lock
41+ yarn.lock
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " typescript-backend-starter" ,
3+ "version" : " 0.0.1" ,
4+ "description" : " A boilerplate for Node.js express apps with TypeScript and test/build pipeline. Tailored for backend services." ,
5+ "scripts" : {
6+ "test" : " echo \" Error: no test specified\" && exit 1"
7+ },
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " https://github.com/Devtography/typescript-backend-starter"
11+ },
12+ "author" : " Wing Chau" ,
13+ "license" : " MIT"
14+ }
You can’t perform that action at this time.
0 commit comments