forked from laravel/laravel
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·58 lines (48 loc) · 884 Bytes
/
.gitignore
File metadata and controls
executable file
·58 lines (48 loc) · 884 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
*.log
# Git Ignore File
## Logs and debug files
npm-debug.log
yarn-error.log
## Environment and local configuration files
.env
.env.backup
.env.production
auth.json
composer.local.json
## Development tools specific files
.phpstorm.meta.php
_ide_helper.php
.phpunit.result.cache
/.phpunit.cache
Taskfile.yml
Homestead.json
Homestead.yaml
## IDE specific files
/.idea
/.vscode
/.nova
/.fleet
## Containers and Docker development specific files
.ddev
.docker
.data
## Project dependencies
node_modules
/vendor
## Compiled assets and public caches
/public/build
/public/cms
/public/hot
/public/storage
/public/content/cache
/public/content/wp-rocket-config
## WordPress specific caches
/public/content/object-cache.php
/public/content/advanced-cache.php
## Keys and sensitive files
/storage/*.key
/storage/pail
## Other unversioned files
*.sql
global_rules.md
*.timestamp-*.mjs