Skip to content

Commit 1bdde7c

Browse files
author
Dementyev Alexey
committed
fix build
1 parent 8cd8082 commit 1bdde7c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+15930
-9
lines changed

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See http://help.github.com/ignore-files/ for more about ignoring files.
22

33
# compiled output
4-
/dist
4+
#/dist
55
/tmp
66

77
## ngc logs
@@ -33,15 +33,15 @@ testem.log
3333
Thumbs.db
3434

3535
# non TS files
36-
*.d.ts
37-
*.metadata.json
38-
*.js
39-
*.js.map
36+
#*.d.ts
37+
#*.metadata.json
38+
#*.js
39+
#*.js.map
4040

4141
# build scripts
42-
!scripts/**/*
43-
!package.js
42+
#!scripts/**/*
43+
#!package.js
4444

4545
# output files
4646
demo/dist
47-
bundles
47+
#bundles

0 commit comments

Comments
 (0)