Skip to content

Commit

Permalink
Merge pull request #103 from AnimalFoodBank:delano/mar31-rm-changie
Browse files Browse the repository at this point in the history
Remove changie and tidy .gitignore files
  • Loading branch information
delano authored Mar 30, 2024
2 parents 52b1f41 + ef00bec commit 50a4489
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 51 deletions.
6 changes: 0 additions & 6 deletions .changes/header.tpl.md

This file was deleted.

Empty file removed .changes/unreleased/.gitkeep
Empty file.
26 changes: 0 additions & 26 deletions .changie.yaml

This file was deleted.

24 changes: 12 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -25,6 +27,7 @@ Network Trash Folder
Temporary Items
.apdisk


### Python ###
# Byte-compiled / optimized / DLL files
__pycache__
Expand Down Expand Up @@ -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
12 changes: 5 additions & 7 deletions apps/ui/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Nuxt dev/build outputs
.output
.cache
.data
.nuxt
.nitro
.cache
.nuxt
.output
.vite
dist

# Node dependencies
Expand All @@ -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

0 comments on commit 50a4489

Please sign in to comment.