Usuń pliki ignorowane przez .gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -5,7 +5,7 @@
|
||||
/logs/*
|
||||
/tmp/*
|
||||
/vendor/*
|
||||
|
||||
/database/*
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
@@ -15,6 +15,7 @@
|
||||
.Trashes
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
.directory
|
||||
|
||||
@@ -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.
Reference in New Issue
Block a user