Usuń pliki ignorowane przez .gitignore

This commit is contained in:
2025-11-28 18:37:01 +01:00
parent ed365791e6
commit 59f4c14c8e
3 changed files with 4 additions and 4 deletions

3
.gitignore vendored
View File

@@ -5,7 +5,7 @@
/logs/* /logs/*
/tmp/* /tmp/*
/vendor/* /vendor/*
/database/*
# OS generated files # # OS generated files #
###################### ######################
.DS_Store .DS_Store
@@ -15,6 +15,7 @@
.Trashes .Trashes
# Icon must end with two \r # Icon must end with two \r
Icon Icon
ehthumbs.db ehthumbs.db
Thumbs.db Thumbs.db
.directory .directory

View File

@@ -49,5 +49,4 @@ Other environment agnostic settings can be changed in `config/app.php`.
## Layout ## Layout
The app skeleton uses [Milligram](https://milligram.io/) (v1.3) minimalist CSS The app skeleton uses [Milligram](https://milligram.io/) (v1.3) minimalist CSS
framework by default. You can, however, replace it with any other library or framework by default. You can, however, replace it with any other library.
custom styles.

Binary file not shown.