release-services/.gitignore

30 строки
383 B
Plaintext

*.db
*.pyc
*.swp
.-rplugin~
/.cache
/.elm
/.floo
/.vscode/**
/Dockerfile
/TODOs.org
/docs/build/
/lib/**/*.egg-info/
/lib/**/.coverage
/lib/**/.coverage-html
/lib/**/build
/lib/**/elm-stuff/
/lib/**/node_modules
/result*
/src/**/*.egg-info/
/src/**/.coverage
/src/**/.coverage-html
/src/**/build
/src/**/cache/
/src/**/elm-stuff/
/src/**/node_modules
/src/**/yarn-error.log
/tmp
/w