From 33853dcf2653c582c3933957dac8da3b98964c3b Mon Sep 17 00:00:00 2001 From: ssivart Date: Tue, 4 Sep 2018 10:28:59 +0800 Subject: [PATCH 1/3] add travis.txt --- travis.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 travis.txt diff --git a/travis.txt b/travis.txt new file mode 100644 index 0000000..e69de29 From 8a60ac1c00bec63c49a8a8a05d66269207c2e1fc Mon Sep 17 00:00:00 2001 From: ssivart Date: Tue, 4 Sep 2018 10:39:21 +0800 Subject: [PATCH 2/3] add new line to travis.txt --- travis.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/travis.txt b/travis.txt index e69de29..f1f9ded 100644 --- a/travis.txt +++ b/travis.txt @@ -0,0 +1 @@ +Name: Travis From bd2a1ed65b9d16f02b01573d05bf5a3f47084aa5 Mon Sep 17 00:00:00 2001 From: ssivart Date: Tue, 4 Sep 2018 16:24:44 +0800 Subject: [PATCH 3/3] add gitignore --- .gitignore | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++ travis.txt | 5 +++ 2 files changed, 114 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e27571 --- /dev/null +++ b/.gitignore @@ -0,0 +1,109 @@ +# pycharm +.idea +*.pyc + +#MAC +.DS_Store + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# SageMath parsed files +*.sage.py + +# dotenv +.env + +# virtualenv +.venv +venv/ +ENV/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ + diff --git a/travis.txt b/travis.txt index f1f9ded..9fa0008 100644 --- a/travis.txt +++ b/travis.txt @@ -1 +1,6 @@ Name: Travis + +# new line for test + +# childish gambino is good... +