This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/steve.git
commit ba0aad4e6ef2061a4d18868350fa82c50777ef7d Author: Greg Stein <[email protected]> AuthorDate: Sat May 21 04:26:00 2022 -0400 do not ignore output/ .. just clear it all for now --- .gitignore | 56 -------------------------------------------------------- 1 file changed, 56 deletions(-) diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4e99796..0000000 --- a/.gitignore +++ /dev/null @@ -1,56 +0,0 @@ -*.py[co] - -# Packages -*.egg -*.egg-info -*.komodo* -*.kpf -*.log -*.pid -*.pyc -*.swp -*.*.swp -.*.*.swo -build/ -develop-eggs/ -dist/ -docs/_build -dropin.cache -eggs/ -include/ -lib/ -man/ -parts/ -share/ -.coverage -.idea -.pip_cache -.project -.pydevproject -.tox -/.settings -/.metadata -.Python - -# Installer logs -pip-log.txt - -# Unit test / coverage reports -.coverage -.tox - -#Translations -*.mo - -#Mr Developer -.mr.developer.cfg - -# intellij project files -*.ipr -*.iml -*.iws -.idea -# all target dirs -target/ -output/ -.DS_Store
