forked from MurhafSousli/ngx-sharebuttons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
53a6ec5
commit a9e2030
Showing
166 changed files
with
3,788 additions
and
6,588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,48 @@ | ||
# Node | ||
node_modules | ||
dist | ||
coverage | ||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
|
||
# private folders | ||
/src/styles/menu | ||
/src/styles/themes/premium-themes | ||
|
||
# compiled output | ||
/dist | ||
/tmp | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# IDEs and editors | ||
/.idea | ||
.project | ||
.classpath | ||
.c9/ | ||
*.launch | ||
.settings/ | ||
*.sublime-workspace | ||
|
||
# IDE - VSCode | ||
.vscode/* | ||
!.vscode/settings.json | ||
!.vscode/tasks.json | ||
!.vscode/launch.json | ||
!.vscode/extensions.json | ||
|
||
# misc | ||
/.sass-cache | ||
/connect.lock | ||
/coverage | ||
/libpeerconnection.log | ||
npm-debug.log | ||
debug.log | ||
/.idea/ | ||
/.vscode/ | ||
yarn-error.log | ||
testem.log | ||
/typings | ||
/config/gulp-tasks/README.md | ||
package-lock.json | ||
|
||
# e2e | ||
/e2e/*.js | ||
/e2e/*.map | ||
|
||
# System Files | ||
.DS_Store | ||
Thumbs.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"generator-ngx-library": { | ||
"version": "4.3.0", | ||
"authorName": "Murhaf Sousli", | ||
"authorEmail": "[email protected]", | ||
"githubUsername": "MurhafSousli", | ||
"githubRepoName": "ngx-sharebuttons", | ||
"projectName": "ngx-sharebuttons", | ||
"projectVersion": "4.0.0", | ||
"projectDescription": "Angular library built with ❤ using ngx-library yeoman generator.", | ||
"projectKeywords": [ | ||
"ng", | ||
"angular", | ||
"library" | ||
], | ||
"ngPrefix": "my-lib", | ||
"ngVersion": "4.0.0", | ||
"ngModules": [ | ||
"core", | ||
"common" | ||
], | ||
"useGreenkeeper": false, | ||
"useCompodoc": false, | ||
"enforceNgGitCommitMsg": false, | ||
"exclusions": [ | ||
"demo/proxy.conf.json" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.