deluge/.gitignore
Calum Lind 0548bdb655 [Lint] Add pre-commit config
- Added a pre-commit config for code linting and formatting. It will
  auto-format python, javascript, CSS, YAML and markdown files to save
  manually doing so. To install:

      pip install pre-commit
      pre-commit install

- Added a default virtual environment directory to gitignore.
2018-10-05 09:45:42 +01:00

21 lines
188 B
Plaintext

*~
build
.cache
dist
docs/source/modules
*egg-info
*.egg
*.log
*.pyc
*.tar.*
_trial_temp
.tox/
deluge/i18n/*/
deluge.pot
*.desktop
*.appdata.xml
.build_data*
osx/app
RELEASE-VERSION
.venv