Save workspace changes
This commit is contained in:
55
.deploy/artwork-evolution-release/.gitignore
vendored
Normal file
55
.deploy/artwork-evolution-release/.gitignore
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
*.log
|
||||
.DS_Store
|
||||
.env
|
||||
.env.backup
|
||||
.env.production
|
||||
.phpactor.json
|
||||
.phpunit.result.cache
|
||||
/.fleet
|
||||
/.idea
|
||||
/.nova
|
||||
/.phpunit.cache
|
||||
/.vscode
|
||||
/.zed
|
||||
/auth.json
|
||||
/node_modules
|
||||
/public/build
|
||||
/public/hot
|
||||
/public/storage
|
||||
/public/files
|
||||
/storage/*.key
|
||||
/storage/pail
|
||||
/storage/app
|
||||
/storage/framework/cache
|
||||
/storage/framework/sessions
|
||||
/storage/framework/views
|
||||
/storage/logs
|
||||
/storage/testing
|
||||
/storage/*.log
|
||||
/storage/*.key
|
||||
/storage/*.sqlite
|
||||
/storage/*.sqlite3
|
||||
/storage/*.zip
|
||||
/storage/*.tar.gz
|
||||
/storage/*.tar.gz
|
||||
/storage/*.tar.bz2
|
||||
/storage/*.tar.xz
|
||||
/storage/*.tar
|
||||
/storage/*.tgz
|
||||
/storage/*.tbz2
|
||||
/storage/*.txz
|
||||
/storage/*.zip
|
||||
/storage/*.tar.gz
|
||||
/storage/*.tar.bz2
|
||||
/storage/*.tar.xz
|
||||
/storage/*.tar
|
||||
/storage/*.tgz
|
||||
/vendor
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
Thumbs.db
|
||||
/oldSite/*
|
||||
oldSite
|
||||
packages
|
||||
/packages/*
|
||||
/public/admin/*
|
||||
Reference in New Issue
Block a user