Aggiorna il file .gitignore per includere file di test personali e migliorare la gestione dei file ignorati
This commit is contained in:
parent
9f964b0c7d
commit
033bc1c482
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,8 +1,9 @@
|
||||||
|
|
||||||
### My Personal test file for Dev only ###
|
|
||||||
/.*/
|
/.*/
|
||||||
/*.bat
|
/*.bat
|
||||||
/*.ps1
|
/*.ps1
|
||||||
|
/*.sh
|
||||||
/*.md
|
/*.md
|
||||||
|
|
||||||
|
!/.gitlab
|
||||||
!README.md
|
!README.md
|
||||||
!CHANGELOG.md
|
!CHANGELOG.md
|
||||||
Loading…
Add table
Add a link
Reference in a new issue