Update .gitignore

This commit is contained in:
oldnapalm
2020-12-04 08:45:08 -03:00
parent 6ce8833748
commit 31eed9a3a5
3 changed files with 4 additions and 15 deletions

7
.gitignore vendored
View File

@@ -1,6 +1,7 @@
*.pyc
storage/*
!storage/force_dir_in_git.txt
example-requests/*
logs
migrate_auth.sql
__pycache__/
build/
dist/
logs/

View File

@@ -1,3 +0,0 @@
[MASTER]
init-hook="from pylint.config import find_pylintrc;
import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))"

View File

@@ -1,9 +0,0 @@
{
"version": "1.0.0",
"name": "zoffline",
"description": "zoffline",
"scripts": {
"protobuf:build": "protoc --python_out=. ./protobuf/*.proto"
}
}