updating gitignore
This commit is contained in:
51
.gitignore
vendored
51
.gitignore
vendored
@@ -1,3 +1,28 @@
|
|||||||
|
### Project Specific
|
||||||
|
# Files
|
||||||
|
.env
|
||||||
|
.env.bak
|
||||||
|
.env.backup
|
||||||
|
.env.production
|
||||||
|
.forgent.json
|
||||||
|
.container_id
|
||||||
|
.session_id
|
||||||
|
*.log
|
||||||
|
.phpactor.json
|
||||||
|
.phpunit.result.cache
|
||||||
|
docker-compose.override.yml
|
||||||
|
Homestead.json
|
||||||
|
Homestead.yaml
|
||||||
|
auth.json
|
||||||
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
/auth.json
|
||||||
|
/storage/*.key
|
||||||
|
.forgent.json
|
||||||
|
.container_id
|
||||||
|
.session_id
|
||||||
|
|
||||||
|
# Directories
|
||||||
/.phpunit.cache
|
/.phpunit.cache
|
||||||
/bootstrap/ssr
|
/bootstrap/ssr
|
||||||
/node_modules
|
/node_modules
|
||||||
@@ -7,21 +32,25 @@
|
|||||||
/resources/js/actions
|
/resources/js/actions
|
||||||
/resources/js/routes
|
/resources/js/routes
|
||||||
/resources/js/wayfinder
|
/resources/js/wayfinder
|
||||||
/storage/*.key
|
|
||||||
/storage/pail
|
/storage/pail
|
||||||
/vendor
|
/vendor
|
||||||
.env
|
|
||||||
.env.backup
|
### Editor Specific
|
||||||
.env.production
|
# Files
|
||||||
.phpactor.json
|
/*.sublime-project
|
||||||
.phpunit.result.cache
|
/*.sublime-workspace
|
||||||
Homestead.json
|
|
||||||
Homestead.yaml
|
# Directories
|
||||||
npm-debug.log
|
|
||||||
yarn-error.log
|
|
||||||
/auth.json
|
|
||||||
/.fleet
|
/.fleet
|
||||||
/.idea
|
/.idea
|
||||||
/.nova
|
/.nova
|
||||||
/.vscode
|
/.vscode
|
||||||
/.zed
|
/.zed
|
||||||
|
|
||||||
|
### System Specific
|
||||||
|
# Files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Directories
|
||||||
|
__MACOSX
|
||||||
|
|||||||
Reference in New Issue
Block a user