Skip to content

Commit

Permalink
dev: dont ignore after directory pattern in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Aug 18, 2024
1 parent 7b5c42a commit 49be272
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ------------------------
# Git Ignore file patterns
#
#
# Ignore all except patterns starting with !
# Add comments on separate lines, not same line as pattern
# ------------------------

# ------------------------
# Ignore everthing in root directory
# Ignore everything in root directory
/*
# ------------------------

Expand All @@ -18,7 +18,8 @@
# ------------------------

# ------------------------
# AstroNvim
# AstroNvim
!after/
!lua/
!snippets/
!init.lua
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Added
- after: conjure menu group names for clojure filetype plugin
- dev: dont ignore `after` directory pattern in .gitignore

# 2024-07-26 Initial release

Expand Down

0 comments on commit 49be272

Please sign in to comment.