Skip to content

Commit 911c170

Browse files
committed
Merge branch 'hotfix/0.4.1'
2 parents e050c6b + 1b8ac2a commit 911c170

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.codeclimate.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
engines:
3+
duplication:
4+
enabled: true
5+
config:
6+
languages:
7+
- python
8+
fixme:
9+
enabled: true
10+
radon:
11+
enabled: true
12+
ratings:
13+
paths:
14+
- "**.py"
15+
exclude_paths: []

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
application.db
44
application.log
5+
/AUTHORS
6+
/ChangeLog
57
/config.py
8+
/.eggs/
69
/.env
10+
/putio_automator.egg-info/
711
/tmp/

0 commit comments

Comments
 (0)