-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding wokeignore example file (#115)
* Expanding to include generated files * Limiting ignores to common files, remove * ignores * Adding readme documentation to reference example * Adding readme documentation to reference example * Adding additional doc comments
- Loading branch information
1 parent
98db9d7
commit 4c894f2
Showing
2 changed files
with
29 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Dependencies and locks # | ||
########################## | ||
vendor/ | ||
node_modules/ | ||
.node_modules/ | ||
yarn.lock | ||
package-lock.json | ||
Pipfile.lock | ||
Cargo.lock | ||
Gemfile.lock | ||
Packages/ | ||
Package.pins | ||
Package.resolved | ||
|
||
# Test and debug output # | ||
######################### | ||
fastlane/report.xml | ||
fastlane/test_output | ||
hs_err_pid* | ||
htmlcov/ | ||
.coverage | ||
.coverage.* | ||
.cache | ||
nosetests.xml | ||
coverage.xml | ||
.hypothesis/ | ||
.pytest_cache/ |
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