This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nicksxs
/
graph-tutorial
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
modify: git ignore
feature/for_windows_video_compress_sxs20200923
shixuesen
6 years ago
parent
3f7046042e
commit
73021e1e81
1 changed files
with
24 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+24
-10
.gitignore
+ 24
- 10
.gitignore
View File
@ -1,12 +1,26 @@
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.phpunit.result.cache
Homestead.json
Homestead.yaml
/vendor/
node_modules/
npm-debug.log
yarn-error.log
/.idea
# Laravel 4 specific
bootstrap/compiled.php
app/storage/
# Laravel 5 & Lumen specific
public/storage
public/hot
# Laravel 5 & Lumen specific with changed public path
public_html/storage
public_html/hot
storage/*.key
storage/.DS_Store
.env
Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache
.idea/*
.DS_Store
Write
Preview
Loading…
Cancel
Save