mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
17 lines
197 B
Plaintext
17 lines
197 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|