From 100906bf7316c1370ab002cce6b16ae11f2bdc2c Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Fri, 14 Feb 2020 22:17:36 +0000 Subject: [PATCH] feat(gitignore): standardise from the `template-formula` * Decision made during the discussion in #130 --- .gitignore | 1 + ssf/defaults.yaml | 4 +- ssf/files/default/.gitignore | 1 + ssf/files/tofs_template-formula/.gitignore | 123 --------------------- 4 files changed, 4 insertions(+), 125 deletions(-) delete mode 100644 ssf/files/tofs_template-formula/.gitignore diff --git a/.gitignore b/.gitignore index 0bbb03cc..9436b367 100644 --- a/.gitignore +++ b/.gitignore @@ -105,6 +105,7 @@ ENV/ .mypy_cache/ # Bundler +.bundle/ Gemfile.lock # copied `.md` files used for conversion to `.rst` using `m2r` diff --git a/ssf/defaults.yaml b/ssf/defaults.yaml index 6301a5c0..545b3106 100644 --- a/ssf/defaults.yaml +++ b/ssf/defaults.yaml @@ -22,8 +22,8 @@ ssf_node_anchors: # An alternative method could be to use: # `git describe --abbrev=0 --tags` # yamllint disable rule:line-length rule:quoted-strings - title: "fix(libtofs): “files_switch” mess up the variable exported by “map.jinja” [skip ci]" - body: '* Checked using https://github.com/myii/ssf-formula/pull/131' + title: "chore(gitignore): update from the '`'template-formula'`' [skip ci]" + body: '* Automated using https://github.com/myii/ssf-formula/pull/132' # yamllint enable rule:line-length rule:quoted-strings github: owner: 'saltstack-formulas' diff --git a/ssf/files/default/.gitignore b/ssf/files/default/.gitignore index 0bbb03cc..9436b367 100644 --- a/ssf/files/default/.gitignore +++ b/ssf/files/default/.gitignore @@ -105,6 +105,7 @@ ENV/ .mypy_cache/ # Bundler +.bundle/ Gemfile.lock # copied `.md` files used for conversion to `.rst` using `m2r` diff --git a/ssf/files/tofs_template-formula/.gitignore b/ssf/files/tofs_template-formula/.gitignore deleted file mode 100644 index 9436b367..00000000 --- a/ssf/files/tofs_template-formula/.gitignore +++ /dev/null @@ -1,123 +0,0 @@ -# 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 packager -# 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/ -.kitchen -.kitchen.local.yml -kitchen.local.yml -junit-*.xml - -# 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/ - -# Bundler -.bundle/ -Gemfile.lock - -# copied `.md` files used for conversion to `.rst` using `m2r` -docs/*.md - -# Vim -*.sw? - -## Collected when centralising formulas (check and sort) -# `collectd-formula` -.pytest_cache/ -/.idea/ -Dockerfile.*_* -ignore/ -tmp/