Aggiunta del file .gitignore per escludere file di test e script non necessari
This commit is contained in:
parent
01a687351b
commit
005d50eacb
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
### My Personal test file for Dev only ###
|
||||||
|
/.*/
|
||||||
|
/*.bat
|
||||||
|
/*.ps1
|
||||||
|
/*.md
|
||||||
|
!README.md
|
||||||
|
!CHANGELOG.md
|
||||||
Loading…
Add table
Add a link
Reference in a new issue