Skip to content

Commit

Permalink
contact
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasZdv committed Nov 20, 2022
1 parent b78c589 commit ec8396f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/vendor/
node_modules/
npm-debug.log
yarn-error.log
.vscode/
.DS_Store

# 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
.env
Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache

0 comments on commit ec8396f

Please sign in to comment.