Ignore the entire vendor folder (#1467)

This commit is contained in:
Alex Tselegidis 2024-03-04 10:50:02 +01:00
parent 69c2bfef8a
commit 1152a76df3
2 changed files with 1 additions and 12 deletions

3
.gitignore vendored
View File

@ -11,8 +11,7 @@
/npm-debug.log
/assets/js/**/*.min.js
/assets/css/**/*.css
/assets/vendor/**/*
!/assets/vendor/index.html
/assets/vendor
/config.php
/storage/backups/*
!/storage/backups/.htaccess

View File

@ -1,10 +0,0 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>