mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Better project structure
This commit is contained in:
parent
f31f092f9b
commit
1746a97e24
52 changed files with 221 additions and 189 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
|
@ -1,12 +1,13 @@
|
|||
*.pyc
|
||||
.pydevproject
|
||||
.pre-commit-files
|
||||
.project
|
||||
.coverage
|
||||
/py_env
|
||||
*.db
|
||||
.idea
|
||||
build
|
||||
dist
|
||||
*.egg-info
|
||||
*.iml
|
||||
*.py[co]
|
||||
.*.sw[a-z]
|
||||
.coverage
|
||||
.idea
|
||||
.pre-commit-files
|
||||
.project
|
||||
.pydevproject
|
||||
.tox
|
||||
/venv*
|
||||
coverage-html
|
||||
dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue