You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
380 B
Plaintext
24 lines
380 B
Plaintext
/.bundle/
|
|
/.yardoc
|
|
/_yardoc/
|
|
/coverage/
|
|
/dist/
|
|
/doc/
|
|
/node_modules/
|
|
/pkg/
|
|
/spec/reports/
|
|
/tmp/
|
|
/vendor/
|
|
__pycache__/
|
|
/composer.lock
|
|
/package-lock.json
|
|
# Current best practice is to commit this
|
|
# https://bundler.io/man/bundle-install.1.html#THE-GEMFILE-LOCK
|
|
# but we have zero deps, so it doesn't make sense
|
|
Gemfile.lock
|
|
*.gem
|
|
*.csv
|
|
.pdm.toml
|
|
__pypackages__/
|
|
src/pincode.egg-info/
|