From 65bf960473249de0e7286d1980f93e02d24bc50a Mon Sep 17 00:00:00 2001 From: kumarstack55 Date: Tue, 9 Nov 2021 23:34:44 +0900 Subject: [PATCH 1/2] Remove unnecessary lines from .gitignore This is probably an unnecessary lines due to the conversion of HTML data to a text file, so erase them. --- .gitignore | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.gitignore b/.gitignore index 528262a..f14f11b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,3 @@ -Skip to content -This repository -Search -Pull requests -Issues -Marketplace -Explore - @prkumar - Sign out - Watch 2,234 - Star 55,603 - Fork 24,485 github/gitignore - Code Pull requests 157 Projects 0 Insights -Branch: master Find file Copy pathgitignore/Python.gitignore -2ec038e 21 days ago -@shiftkey shiftkey Merge pull request #2464 from Cadmus/master -61 contributors @arcresu @shiftkey @Lucretiel @Harrison-G @jwg4 @Metallicow @misaelnieto @pmsosa @svkampen @vltr @matheussl @hugovk @ghisvail @EvandroLG @DSIW @toanant @2Cubed @weinihou @Visgean @nvie @skuschel @sigo @scari @borntyping @roll @rmax and others -RawBlameHistory -105 lines (84 sloc) 1.17 KB # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -121,18 +102,6 @@ venv.bak/ # mypy .mypy_cache/ -© 2017 GitHub, Inc. -Terms -Privacy -Security -Status -Help -Contact GitHub -API -Training -Shop -Blog -About # Jetbrains .idea/ \ No newline at end of file From fab74339ca54a804a0d7498f07db3b98389df85a Mon Sep 17 00:00:00 2001 From: "P. Raj Kumar" Date: Mon, 8 Oct 2018 23:17:25 -0700 Subject: [PATCH 2/2] Skip Python 3.3 Travis CI build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index efffea2..d5f8b1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - '2.7' - - '3.3' + # - '3.3' - '3.4' - '3.5' - '3.6'