exercism/.gitignore

18 lines
168 B
Plaintext

# exercism
.solution.json
.exercism
# haskell
*.cabal
.stack-work
stack.yaml.lock
# node/js
node_modules/
package-lock.json
# python
*.pyc
__pycache__
.pytest_cache