first commit
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
/.phpunit.cache
|
||||
/node_modules
|
||||
/public/build
|
||||
/public/hot
|
||||
/public/storage
|
||||
/public/static
|
||||
/public/assets
|
||||
/public/*.js
|
||||
/public/.user.ini
|
||||
/storage/*.key
|
||||
/vendor
|
||||
/resources/admin-bak
|
||||
.env
|
||||
.env.backup
|
||||
.env.production
|
||||
.phpactor.json
|
||||
.phpunit.result.cache
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
auth.json
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
/.fleet
|
||||
/.idea
|
||||
/.vscode
|
||||
composer.lock
|
||||
bootstrap/cache/*
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
/resources/antdvadmin
|
||||
Reference in New Issue
Block a user