UNPKG

1.26 kBPlain TextView Raw
1src/test
2Jenkinsfile
3node_modules
4.idea
5.sfdc
6SampleRestRequests
7.project
8httpTest/Example-Dev-Workspace
9heroku
10npm-debug.log
11coverage
12
13#
14# TypeScript files
15#
16src/
17typings/
18tsconfig.json
19tslint.json
20typings.json
21
22#
23# VSCode
24#
25.vscode/*
26
27#
28# IntelliJ
29#
30.idea/
31force-cli.iml
32
33#
34# Istanbul code coverage files
35#
36coverage/
37
38#
39# Gulpfile
40#
41gulpfile.js
42gulpfile.config.js
43
44#
45# https://github.com/github/gitignore/blob/master/Node.gitignore
46#
47
48# Logs
49logs
50*.log
51npm-debug.log*
52
53# Runtime data
54pids
55*.pid
56*.seed
57
58# Directory for instrumented libs generated by jscoverage/JSCover
59lib-cov
60
61# Coverage directory used by tools like istanbul
62coverage
63
64# nyc test coverage
65.nyc_output
66
67# JUnit style report
68test_reports/
69
70# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
71.grunt
72
73# node-waf configuration
74.lock-wscript
75
76# Compiled binary addons (http://nodejs.org/api/addons.html)
77build/Release
78
79# Dependency directories
80node_modules
81jspm_packages
82
83# Optional npm cache directory
84.npm
85
86# Optional REPL history
87.node_repl_history
88
89# TypeScript Type Definitions
90*.d.ts
91
92# Tests
93dist/test/*
94xunit.xml
95
96# Tests arftifacts
97Dockerfile
98Jenkinsfile
99
100#misc
101dist/debug
102
103# Internal guide
104DEVELOP.md
105
106# This will have internal urls
107package-lock.json
\No newline at end of file