Usuń pliki ignorowane przez .gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
@@ -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.
Reference in New Issue
Block a user