mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Ignore the entire vendor folder (#1467)
This commit is contained in:
parent
69c2bfef8a
commit
1152a76df3
2 changed files with 1 additions and 12 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,8 +11,7 @@
|
||||||
/npm-debug.log
|
/npm-debug.log
|
||||||
/assets/js/**/*.min.js
|
/assets/js/**/*.min.js
|
||||||
/assets/css/**/*.css
|
/assets/css/**/*.css
|
||||||
/assets/vendor/**/*
|
/assets/vendor
|
||||||
!/assets/vendor/index.html
|
|
||||||
/config.php
|
/config.php
|
||||||
/storage/backups/*
|
/storage/backups/*
|
||||||
!/storage/backups/.htaccess
|
!/storage/backups/.htaccess
|
||||||
|
|
10
assets/vendor/index.html
vendored
10
assets/vendor/index.html
vendored
|
@ -1,10 +0,0 @@
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>403 Forbidden</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<p>Directory access is forbidden.</p>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in a new issue