mirror of
https://github.com/zoffline/zwift-offline.git
synced 2025-12-05 20:40:03 -08:00
Update .gitignore
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
*.pyc
|
||||
storage/*
|
||||
!storage/force_dir_in_git.txt
|
||||
example-requests/*
|
||||
logs
|
||||
migrate_auth.sql
|
||||
__pycache__/
|
||||
build/
|
||||
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