UPDATE: cleared and documented git files
This commit is contained in:
parent
077ee2c7e4
commit
3656c8169d
2 changed files with 25 additions and 15 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -1,5 +1,10 @@
|
|||
# Automatically detect text files
|
||||
* text=auto
|
||||
|
||||
# Vendored files for specific languages
|
||||
*.css linguist-vendored
|
||||
*.scss linguist-vendored
|
||||
*.js linguist-vendored
|
||||
|
||||
# Ignore CHANGELOG.md when exporting
|
||||
CHANGELOG.md export-ignore
|
||||
|
|
35
.gitignore
vendored
35
.gitignore
vendored
|
@ -1,29 +1,34 @@
|
|||
# Ignore dependencies and cache
|
||||
/node_modules
|
||||
/vendor
|
||||
/storage/*.key
|
||||
|
||||
# Ignore public assets
|
||||
/public/hot
|
||||
/public/storage
|
||||
/storage/*.key
|
||||
/vendor
|
||||
/storage/credit_deduction_log
|
||||
storage/debugbar
|
||||
/storage/app/public/logo.png
|
||||
|
||||
# Ignore environment files and configuration
|
||||
.env
|
||||
.env.testing
|
||||
.env.backup
|
||||
.idea
|
||||
.env.dev
|
||||
|
||||
# Ignore testing and debug logs
|
||||
.phpunit.result.cache
|
||||
.editorconfig
|
||||
docker-compose.override.yml
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
yarn.lock
|
||||
|
||||
# Ignore Docker and Homestead configuration
|
||||
docker-compose.override.yml
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
|
||||
# Ignore gitignore itself
|
||||
.gitignore
|
||||
.env.dev
|
||||
.env.testing
|
||||
storage/invoices.zip
|
||||
storage/app/public/logo.png
|
||||
*vscode
|
||||
- Kopie.env
|
||||
|
||||
# Ignore installation logs and locks
|
||||
public/install/logs.txt
|
||||
install.lock
|
||||
public/install/logs/installer.log
|
||||
|
|
Loading…
Add table
Reference in a new issue