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

5
.gitignore vendored
View File

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

View File

@@ -49,5 +49,4 @@ Other environment agnostic settings can be changed in `config/app.php`.
## Layout
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
custom styles.
framework by default. You can, however, replace it with any other library.

Binary file not shown.