-
-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove dependency from opencollective package
created own postinstall task
- Loading branch information
1 parent
3b511a4
commit eceb14e
Showing
5 changed files
with
2,675 additions
and
9,311 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"ignore": [ | ||
"lib/**", | ||
"static/**" | ||
"static/**", | ||
"tasks" | ||
] | ||
} |
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 |
---|---|---|
|
@@ -23,3 +23,4 @@ ratings: | |
exclude_paths: | ||
- spec/ | ||
- lib/**/* | ||
- tasks/ |
Oops, something went wrong.