Skip to content

Commit fc39607

Browse files
Setup build system
1 parent 1bc0252 commit fc39607

15 files changed

Lines changed: 751 additions & 44 deletions

.gitignore

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,5 @@
11
.DS_Store
2-
3-
# Logs
4-
logs
52
*.log
6-
npm-debug.log*
7-
8-
# Runtime data
9-
pids
10-
*.pid
11-
*.seed
12-
13-
# Directory for instrumented libs generated by jscoverage/JSCover
14-
lib-cov
15-
16-
# Coverage directory used by tools like istanbul
17-
coverage
18-
19-
# nyc test coverage
20-
.nyc_output
213

22-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
23-
.grunt
24-
25-
# node-waf configuration
26-
.lock-wscript
27-
28-
# Compiled binary addons (http://nodejs.org/api/addons.html)
29-
build/Release
30-
31-
# Dependency directories
324
node_modules
33-
jspm_packages
34-
35-
# Optional npm cache directory
36-
.npm
37-
38-
# Optional REPL history
39-
.node_repl_history
5+
/dist

0 commit comments

Comments
 (0)