Skip to content

Commit

Permalink
add images to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
butburg committed Aug 4, 2024
1 parent 6d9bbfc commit 24aeaa3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mysql
.DS_Store
.idea
src/public/assets/

1 change: 1 addition & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/public/build
/public/hot
/public/storage
/public/assets/
/storage/*.key
/vendor
.env
Expand Down
14 changes: 13 additions & 1 deletion src/storage/app/public/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# Ignore everything in this directory
*
!.gitignore

# Except the files directory
!files/

# Ignore everything in the files directory
files/*

# Except the images directory
!files/images/

# Do not ignore files within the images directory
!files/images/*
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24aeaa3

Please sign in to comment.