Left file: appwork-v1_2_0/laravel-starter/.gitignore  
Right file: appwork-v1_2_1/laravel-starter/.gitignore  
1 # Laravel = 1 # Laravel
2 /public/hot   2 /public/hot
3 /public/storage   3 /public/storage
4 /storage/*.key   4 /storage/*.key
5 /vendor   5 /vendor
6 .env   6 .env
    -+ 7 /nbproject
7 Homestead.json = 8 Homestead.json
8 Homestead.yaml   9 Homestead.yaml
    -+ 10 .phpunit.result.cache
9   = 11  
10 # Vagrant   12 # Vagrant
11 /.vagrant   13 /.vagrant
12     14  
13 # Dependencies   15 # Dependencies
14 /node_modules   16 /node_modules
15     17  
16 # IDEs and editors   18 # IDEs and editors
17 .idea   19 .idea
18 .vscode   20 .vscode
19 .vs   21 .vs
20 .project   22 .project
21 .classpath   23 .classpath
22 .c9/   24 .c9/
23 *.launch   25 *.launch
24 .settings/   26 .settings/
25 *.sublime-workspace   27 *.sublime-workspace
26 *.suo   28 *.suo
27 *.ntvs*   29 *.ntvs*
28 *.njsproj   30 *.njsproj
29 *.sln   31 *.sln
30     32  
31 # Logs   33 # Logs
32 logs <> 34 !logs
33 *.log = 35 *.log
34 npm-debug.log*   36 npm-debug.log*
35 yarn-debug.log*   37 yarn-debug.log*
36 yarn-error.log*   38 yarn-error.log*
37     39  
38 # Misc   40 # Misc
39 .npm   41 .npm
40 .eslintcache   42 .eslintcache
41 .yarn-integrity   43 .yarn-integrity
42     44  
43 # System Files   45 # System Files
44 .DS_Store   46 .DS_Store
45 .AppleDouble   47 .AppleDouble
46 .LSOverride   48 .LSOverride
47     49  
48 # Thumbnails   50 # Thumbnails
49 ._*   51 ._*
50 Thumbs.db   52 Thumbs.db
51 ehthumbs.db   53 ehthumbs.db
52 ehthumbs_vista.db   54 ehthumbs_vista.db
53     55  
54 # Dump file   56 # Dump file
55 *.stackdump   57 *.stackdump
56     58  
57 # Folder config file   59 # Folder config file
58 [Dd]esktop.ini   60 [Dd]esktop.ini
59     61  
60 # Windows shortcuts   62 # Windows shortcuts
61 *.lnk   63 *.lnk