adjustment .gitignore

This commit is contained in:
rpkr
2019-03-02 14:18:45 +08:00
parent 82c10f540b
commit 804e67e316
4 changed files with 9 additions and 1 deletions

9
.gitignore vendored
View File

@@ -1,3 +1,10 @@
*.pyc
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.xml
*.iml

Binary file not shown.

1
kindeditor/__init__.py Normal file
View File

@@ -0,0 +1 @@
# -*- coding: utf-8 -*-