From 5284b8a92634aa0fc31edd19f0df157b65695d11 Mon Sep 17 00:00:00 2001 From: delano Date: Sat, 30 Mar 2024 09:13:26 -0700 Subject: [PATCH 1/2] [#MAR31] Remove changie I like the structure it adds. But not how it also adds another manual process to remember (and/or forget). --- .changes/header.tpl.md | 6 ------ .changes/unreleased/.gitkeep | 0 .changie.yaml | 26 -------------------------- 3 files changed, 32 deletions(-) delete mode 100644 .changes/header.tpl.md delete mode 100644 .changes/unreleased/.gitkeep delete mode 100644 .changie.yaml diff --git a/.changes/header.tpl.md b/.changes/header.tpl.md deleted file mode 100644 index df8faa7b..00000000 --- a/.changes/header.tpl.md +++ /dev/null @@ -1,6 +0,0 @@ -# Changelog -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), -and is generated by [Changie](https://github.com/miniscruff/changie). diff --git a/.changes/unreleased/.gitkeep b/.changes/unreleased/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/.changie.yaml b/.changie.yaml deleted file mode 100644 index 906d4955..00000000 --- a/.changie.yaml +++ /dev/null @@ -1,26 +0,0 @@ -changesDir: .changes -unreleasedDir: unreleased -headerPath: header.tpl.md -changelogPath: CHANGELOG.md -versionExt: md -versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}' -kindFormat: '### {{.Kind}}' -changeFormat: '* {{.Body}}' -kinds: -- label: Added - auto: minor -- label: Changed - auto: major -- label: Deprecated - auto: minor -- label: Removed - auto: major -- label: Fixed - auto: patch -- label: Security - auto: patch -newlines: - afterChangelogHeader: 1 - beforeChangelogVersion: 1 - endOfVersion: 1 -envPrefix: CHANGIE_ From ef00bece6f268d5a730eea8efd137b27c46da382 Mon Sep 17 00:00:00 2001 From: delano Date: Sat, 30 Mar 2024 09:15:27 -0700 Subject: [PATCH 2/2] [#MAR31] Tidy .gitignore files --- .gitignore | 24 ++++++++++++------------ apps/ui/.gitignore | 12 +++++------- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index b1046ac8..c9c7d363 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ # Originally created by https://www.gitignore.io -.examples +# +# NOTE: App-specific ignores are in their respective .gitignore files +# -### OSX ### +### macos ### .DS_Store .AppleDouble .LSOverride @@ -25,6 +27,7 @@ Network Trash Folder Temporary Items .apdisk + ### Python ### # Byte-compiled / optimized / DLL files __pycache__ @@ -83,18 +86,15 @@ target/ __pycache__/ local_settings.py -# Project -.env* +### Project-wide ### .certs/ -!.env.empty -*.sqlite3 +.local .vscode/ -tmp/* +!env/*.example node_modules/ public/static/* +tmp/* +*.sqlite3 +.env* +!.env.empty mailpit.db* - -# Vite/Vue -.vite/ - -**/tmp diff --git a/apps/ui/.gitignore b/apps/ui/.gitignore index d919a9eb..c25f447a 100644 --- a/apps/ui/.gitignore +++ b/apps/ui/.gitignore @@ -1,9 +1,10 @@ # Nuxt dev/build outputs -.output +.cache .data -.nuxt .nitro -.cache +.nuxt +.output +.vite dist # Node dependencies @@ -18,14 +19,11 @@ logs .fleet .idea -# Local env files -.env -.env.* - # Exclude specific example file !apps/api/.env.example # VSC .history +# Storybook 7/8 *storybook.log