2023-06-20 11:34:58 -04:00
|
|
|
# ---> Laravel
|
|
|
|
/vendor/
|
|
|
|
node_modules/
|
|
|
|
npm-debug.log
|
|
|
|
yarn-error.log
|
|
|
|
|
|
|
|
# Laravel 4 specific
|
|
|
|
bootstrap/compiled.php
|
|
|
|
app/storage/
|
|
|
|
|
|
|
|
# Laravel 5 & Lumen specific
|
|
|
|
public/storage
|
|
|
|
public/hot
|
|
|
|
|
|
|
|
# Laravel 5 & Lumen specific with changed public path
|
|
|
|
public_html/storage
|
|
|
|
public_html/hot
|
|
|
|
|
2023-06-21 09:53:21 -04:00
|
|
|
# Podcast Generator Specific
|
|
|
|
db/data/
|
|
|
|
db/dump/
|
|
|
|
static/dist/
|
2023-08-22 17:04:37 -04:00
|
|
|
static/*
|
2023-06-21 09:53:21 -04:00
|
|
|
|
|
|
|
|
2023-06-20 11:34:58 -04:00
|
|
|
storage/*.key
|
|
|
|
.env
|
|
|
|
Homestead.yaml
|
|
|
|
Homestead.json
|
|
|
|
/.vagrant
|
|
|
|
.phpunit.result.cache
|
2023-12-10 16:10:32 -05:00
|
|
|
legacypublic
|
|
|
|
migrated_artworks_files.tar.gz
|
|
|
|
migrated_thumbnail_files.tar.gz
|
2023-07-29 02:05:43 -04:00
|
|
|
site/.yarn/releases/yarn-1.22.19.cjs
|