mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-04-28 11:53:14 -07:00
Update .gitignore
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
storage/*
|
storage/*
|
||||||
!storage/force_dir_in_git.txt
|
!storage/force_dir_in_git.txt
|
||||||
example-requests/*
|
__pycache__/
|
||||||
logs
|
build/
|
||||||
migrate_auth.sql
|
dist/
|
||||||
|
logs/
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
[MASTER]
|
|
||||||
init-hook="from pylint.config import find_pylintrc;
|
|
||||||
import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))"
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "1.0.0",
|
|
||||||
"name": "zoffline",
|
|
||||||
"description": "zoffline",
|
|
||||||
"scripts": {
|
|
||||||
"protobuf:build": "protoc --python_out=. ./protobuf/*.proto"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user