Aggiorna il file .gitignore per escludere file e directory aggiuntivi dal controllo di versione
This commit is contained in:
parent
eb33f52a63
commit
66d077f968
1 changed files with 21 additions and 4 deletions
25
.gitignore
vendored
25
.gitignore
vendored
|
|
@ -1,4 +1,21 @@
|
|||
_ignored
|
||||
.venv
|
||||
.playwright-mcp
|
||||
.vscode
|
||||
# Exclude files and directories from version control
|
||||
*.log
|
||||
/.*/
|
||||
/.*/
|
||||
/*auth*
|
||||
/node_modules
|
||||
/public/build
|
||||
/public/hot
|
||||
/public/storage
|
||||
/storage/*.key
|
||||
/storage/pail
|
||||
/vendor
|
||||
Thumbs.db
|
||||
/*.md
|
||||
/.env*
|
||||
|
||||
# Exceptions
|
||||
!README.md
|
||||
!CHANGELOG.md
|
||||
!.gitattributes
|
||||
!.env.example
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue