Initial commit
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/node_modules
|
||||
/public/hot
|
||||
/public/storage
|
||||
/storage/*.key
|
||||
/vendor
|
||||
.env
|
||||
.env.production
|
||||
.env.backup
|
||||
.env.testing
|
||||
.env.dusk.local
|
||||
.phpunit.result.cache
|
||||
.idea/*
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
phpunit.dusk.xml
|
||||
/public/dist
|
||||
/public/build
|
||||
/public/mix-manifest.json
|
||||
/public/sitemap.xml
|
||||
.DS_Store
|
||||
public/.DS_Store
|
||||
*.DS_Store
|
||||
.vapor/
|
||||
.env.production
|
||||
.env.staging
|
||||
Reference in New Issue
Block a user