Skip to content

Commit

Permalink
Merge pull request #1 from kaltepeter/main
Browse files Browse the repository at this point in the history
feat(ng): run generate to build workspace
  • Loading branch information
nivekcode authored Oct 15, 2020
2 parents 32e4db6 + 7c53b85 commit e60a326
Show file tree
Hide file tree
Showing 11 changed files with 1,553 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,17 @@ dist

# TernJS port file
.tern-port

# IDEs
.idea/
jsconfig.json
.vscode/

# Misc
node_modules/
npm-debug.log*
yarn-error.log*

# Mac OSX Finder files.
**/.DS_Store
.DS_Store
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ignores TypeScript files, but keeps definitions.
*.ts
!*.d.ts
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# svg-icons-builder WIP
Angular builder to build svg-icons using svg-to-ts

Angular builder to build svg-icons using svg-to-ts
Loading

0 comments on commit e60a326

Please sign in to comment.