Skip to content

Commit

Permalink
🙈 gitignore: Add rules to maintain empty folders and all gitignore fi…
Browse files Browse the repository at this point in the history
…les.
  • Loading branch information
ljgonzalez1 committed Nov 9, 2023
1 parent 30bd216 commit 9a587e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Add all gitignores
!**/.gitignore
!.gitignore
## Empty folders which should be kept
!**/.keep
!.keep

#### OS
### Mac OS
## macOS system files
Expand Down

0 comments on commit 9a587e8

Please sign in to comment.