diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-01 12:54:37 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-01 12:54:37 +0200 |
commit | 08eb5c464906a29e9f5135e1fb11e872b93746b1 (patch) | |
tree | c1cbbeade93e8d74009273e51e9fb9744bcf3d0a | |
parent | docs(update_common_files): Improve terminal output (diff) | |
download | flake-templates-08eb5c464906a29e9f5135e1fb11e872b93746b1.tar.gz flake-templates-08eb5c464906a29e9f5135e1fb11e872b93746b1.zip |
refactor(templates/unmaintained): Move out of the templates dir
Otherwise, the `update_common_files` script will try to instantiate files in there, which is just useless noise.
-rw-r--r-- | unmaintained_templates/markdown/.envrc (renamed from templates/unmaintained/markdown/.envrc) | 0 | ||||
-rw-r--r-- | unmaintained_templates/markdown/.gitignore (renamed from templates/unmaintained/markdown/.gitignore) | 0 | ||||
-rw-r--r-- | unmaintained_templates/markdown/LICENSE (renamed from templates/unmaintained/markdown/LICENSE) | 0 | ||||
-rw-r--r-- | unmaintained_templates/markdown/LICENSE.spdx (renamed from templates/unmaintained/markdown/LICENSE.spdx) | 0 | ||||
-rw-r--r-- | unmaintained_templates/markdown/cog.toml (renamed from templates/unmaintained/markdown/cog.toml) | 0 | ||||
-rw-r--r-- | unmaintained_templates/markdown/flake.nix (renamed from templates/unmaintained/markdown/flake.nix) | 0 | ||||
-rw-r--r-- | unmaintained_templates/markdown/scr/TODO.md (renamed from templates/unmaintained/markdown/scr/TODO.md) | 0 | ||||
-rw-r--r-- | unmaintained_templates/nannou/shell.nix (renamed from templates/unmaintained/nannou/shell.nix) | 0 | ||||
-rw-r--r-- | unmaintained_templates/python/.envrc (renamed from templates/unmaintained/python/.envrc) | 0 | ||||
-rw-r--r-- | unmaintained_templates/python/.gitignore (renamed from templates/unmaintained/python/.gitignore) | 0 | ||||
-rw-r--r-- | unmaintained_templates/python/COPYING (renamed from templates/unmaintained/python/COPYING) | 0 | ||||
-rw-r--r-- | unmaintained_templates/python/LICENSE.spdx (renamed from templates/unmaintained/python/LICENSE.spdx) | 0 | ||||
-rw-r--r-- | unmaintained_templates/python/README.md (renamed from templates/unmaintained/python/README.md) | 0 | ||||
-rwxr-xr-x | unmaintained_templates/python/TODO/__init__.py (renamed from templates/unmaintained/python/TODO/__init__.py) | 0 | ||||
-rw-r--r-- | unmaintained_templates/python/cog.toml (renamed from templates/unmaintained/python/cog.toml) | 0 | ||||
-rw-r--r-- | unmaintained_templates/python/flake.nix (renamed from templates/unmaintained/python/flake.nix) | 0 | ||||
-rw-r--r-- | unmaintained_templates/python/requirements.txt (renamed from templates/unmaintained/python/requirements.txt) | 0 | ||||
-rw-r--r-- | unmaintained_templates/python/setup.cfg (renamed from templates/unmaintained/python/setup.cfg) | 0 | ||||
-rw-r--r-- | unmaintained_templates/python/setup.py (renamed from templates/unmaintained/python/setup.py) | 0 |
19 files changed, 0 insertions, 0 deletions
diff --git a/templates/unmaintained/markdown/.envrc b/unmaintained_templates/markdown/.envrc index 3550a30..3550a30 100644 --- a/templates/unmaintained/markdown/.envrc +++ b/unmaintained_templates/markdown/.envrc diff --git a/templates/unmaintained/markdown/.gitignore b/unmaintained_templates/markdown/.gitignore index aad77ec..aad77ec 100644 --- a/templates/unmaintained/markdown/.gitignore +++ b/unmaintained_templates/markdown/.gitignore diff --git a/templates/unmaintained/markdown/LICENSE b/unmaintained_templates/markdown/LICENSE index dbb2b35..dbb2b35 100644 --- a/templates/unmaintained/markdown/LICENSE +++ b/unmaintained_templates/markdown/LICENSE diff --git a/templates/unmaintained/markdown/LICENSE.spdx b/unmaintained_templates/markdown/LICENSE.spdx index 082e0dc..082e0dc 100644 --- a/templates/unmaintained/markdown/LICENSE.spdx +++ b/unmaintained_templates/markdown/LICENSE.spdx diff --git a/templates/unmaintained/markdown/cog.toml b/unmaintained_templates/markdown/cog.toml index 2b049c7..2b049c7 100644 --- a/templates/unmaintained/markdown/cog.toml +++ b/unmaintained_templates/markdown/cog.toml diff --git a/templates/unmaintained/markdown/flake.nix b/unmaintained_templates/markdown/flake.nix index 598b4fe..598b4fe 100644 --- a/templates/unmaintained/markdown/flake.nix +++ b/unmaintained_templates/markdown/flake.nix diff --git a/templates/unmaintained/markdown/scr/TODO.md b/unmaintained_templates/markdown/scr/TODO.md index fb27d31..fb27d31 100644 --- a/templates/unmaintained/markdown/scr/TODO.md +++ b/unmaintained_templates/markdown/scr/TODO.md diff --git a/templates/unmaintained/nannou/shell.nix b/unmaintained_templates/nannou/shell.nix index 6c4550a..6c4550a 100644 --- a/templates/unmaintained/nannou/shell.nix +++ b/unmaintained_templates/nannou/shell.nix diff --git a/templates/unmaintained/python/.envrc b/unmaintained_templates/python/.envrc index 958a322..958a322 100644 --- a/templates/unmaintained/python/.envrc +++ b/unmaintained_templates/python/.envrc diff --git a/templates/unmaintained/python/.gitignore b/unmaintained_templates/python/.gitignore index 9ae393f..9ae393f 100644 --- a/templates/unmaintained/python/.gitignore +++ b/unmaintained_templates/python/.gitignore diff --git a/templates/unmaintained/python/COPYING b/unmaintained_templates/python/COPYING index f288702..f288702 100644 --- a/templates/unmaintained/python/COPYING +++ b/unmaintained_templates/python/COPYING diff --git a/templates/unmaintained/python/LICENSE.spdx b/unmaintained_templates/python/LICENSE.spdx index ecb7d83..ecb7d83 100644 --- a/templates/unmaintained/python/LICENSE.spdx +++ b/unmaintained_templates/python/LICENSE.spdx diff --git a/templates/unmaintained/python/README.md b/unmaintained_templates/python/README.md index aa95851..aa95851 100644 --- a/templates/unmaintained/python/README.md +++ b/unmaintained_templates/python/README.md diff --git a/templates/unmaintained/python/TODO/__init__.py b/unmaintained_templates/python/TODO/__init__.py index 46b4ca5..46b4ca5 100755 --- a/templates/unmaintained/python/TODO/__init__.py +++ b/unmaintained_templates/python/TODO/__init__.py diff --git a/templates/unmaintained/python/cog.toml b/unmaintained_templates/python/cog.toml index 4f78064..4f78064 100644 --- a/templates/unmaintained/python/cog.toml +++ b/unmaintained_templates/python/cog.toml diff --git a/templates/unmaintained/python/flake.nix b/unmaintained_templates/python/flake.nix index 36c7478..36c7478 100644 --- a/templates/unmaintained/python/flake.nix +++ b/unmaintained_templates/python/flake.nix diff --git a/templates/unmaintained/python/requirements.txt b/unmaintained_templates/python/requirements.txt index e69de29..e69de29 100644 --- a/templates/unmaintained/python/requirements.txt +++ b/unmaintained_templates/python/requirements.txt diff --git a/templates/unmaintained/python/setup.cfg b/unmaintained_templates/python/setup.cfg index 2c6d24f..2c6d24f 100644 --- a/templates/unmaintained/python/setup.cfg +++ b/unmaintained_templates/python/setup.cfg diff --git a/templates/unmaintained/python/setup.py b/unmaintained_templates/python/setup.py index 6068493..6068493 100644 --- a/templates/unmaintained/python/setup.py +++ b/unmaintained_templates/python/setup.py |