diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d41f29bb10a834389570cae727a023903451674e..0000000000000000000000000000000000000000 --- a/.gitignore +++ /dev/null @@ -1,67 +0,0 @@ -# ---> Python -# 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/ -*.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 - -# Translations -*.mo -*.pot - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# Idea -.idea - -# Vim swap files -*~ -*.swp -*.swo diff --git a/licence-G1/.gitignore b/licence-G1/.gitignore deleted file mode 100644 index 1ea7d22a46de1abbba77b3ca0a39862b3f299269..0000000000000000000000000000000000000000 --- a/licence-G1/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -.idea/ -Thumbs.db diff --git a/licence-G1/.gitlab-ci.yml b/licence-G1/.gitlab-ci.yml deleted file mode 100644 index 6571730eb96f32d8b96d5aa7e9615555f0065f8b..0000000000000000000000000000000000000000 --- a/licence-G1/.gitlab-ci.yml +++ /dev/null @@ -1,13 +0,0 @@ -# inspiré de : https://forum.duniter.org/t/doppler-gitlab/3183/30 -# GITHUB_URL_AND_KEY should look like https://duniter-gitlab:TOKEN@github.com/chemin/vers/ton/depot/github -mirror_to_github: - script: - - git remote add github $GITHUB_URL_AND_KEY - - git config --global user.email "contact@duniter.org" - - git config --global user.name "Duniter" - - git push --force --mirror github -npm: - script: - - echo TODO - only: - tags