-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (36 loc) · 694 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (36 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/vendor/
node_modules/
npm-debug.log
yarn-error.log
# Environment variables
.env
.env.backup
.env.production
# Cache and Logs
.phpunit.cache
phpunit.result.cache
/storage/logs/*.log
/storage/framework/cache/*
!/storage/framework/cache/.gitignore
/storage/framework/sessions/*
!/storage/framework/sessions/.gitignore
/storage/framework/views/*
!/storage/framework/views/.gitignore
/storage/app/public/*
!/storage/app/public/.gitignore
# Framework/Build generated
/public/build
/public/hot
/public/storage
.php-cs-fixer.cache
# IDE and OS files
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
.DS_Store
Thumbs.db
desktop.ini
# Docker
docker-compose.override.yml
.docker/mysql/db_data/