Skip to content

Commit

Permalink
Add lib to .gitignore, add .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-de-saint-florent committed Jan 17, 2018
1 parent 10133c9 commit 09471a0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ typings/
.env

# specific
/lib
/.history
/.idea
/.DS_Store
Expand Down
16 changes: 16 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/.idea
/.vscode
/.backup
/.dockerignore
/.gitignore
/.npmignore
/.history
.DS_Store
/node_modules
/npm-debug.log
docker-compose.*
/gulpfile.js
/lib/test
/lib/coverage
/src/test
/src/
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Serafin
Copyright (c) 2018 Serafin Labs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 09471a0

Please sign in to comment.