Skip to content

Commit 6edd5b5

Browse files
committed
Generate .gitignore
- Laravel - OSX
1 parent c684c98 commit 6edd5b5

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

.gitignore

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
2+
# Created by https://www.gitignore.io/api/laravel,osx
3+
# Edit at https://www.gitignore.io/?templates=laravel,osx
4+
5+
### Laravel ###
6+
/vendor/
7+
node_modules/
8+
npm-debug.log
9+
yarn-error.log
10+
11+
# Laravel 4 specific
12+
bootstrap/compiled.php
13+
app/storage/
14+
15+
# Laravel 5 & Lumen specific
16+
public/storage
17+
public/hot
18+
storage/*.key
19+
.env
20+
Homestead.yaml
21+
Homestead.json
22+
/.vagrant
23+
.phpunit.result.cache
24+
25+
### OSX ###
26+
# General
27+
.DS_Store
28+
.AppleDouble
29+
.LSOverride
30+
31+
# Icon must end with two \r
32+
Icon
33+
34+
# Thumbnails
35+
._*
36+
37+
# Files that might appear in the root of a volume
38+
.DocumentRevisions-V100
39+
.fseventsd
40+
.Spotlight-V100
41+
.TemporaryItems
42+
.Trashes
43+
.VolumeIcon.icns
44+
.com.apple.timemachine.donotpresent
45+
46+
# Directories potentially created on remote AFP share
47+
.AppleDB
48+
.AppleDesktop
49+
Network Trash Folder
50+
Temporary Items
51+
.apdisk
52+
53+
# End of https://www.gitignore.io/api/laravel,osx

0 commit comments

Comments
 (0)