45 lines
492 B
Plaintext
45 lines
492 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
vendor/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
public/build/
|
|
public/hot
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
!.env.example
|
|
|
|
# IDE
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
storage/logs/*
|
|
!storage/logs/.gitkeep
|
|
|
|
# Laravel
|
|
bootstrap/cache/*
|
|
!bootstrap/cache/.gitkeep
|
|
storage/framework/cache/*
|
|
storage/framework/sessions/*
|
|
storage/framework/views/*
|
|
|
|
# Testing
|
|
.phpunit.result.cache
|
|
coverage/
|
|
|
|
# Misc
|
|
*.pem
|
|
.cache/
|