mirror of https://github.com/leafspark/AutoGGUF
add gitignore file
This commit is contained in:
parent
8aedb5fc3f
commit
41ebb7d609
|
@ -0,0 +1,15 @@
|
||||||
|
# Ignore __pycache__ directories
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
|
# Ignore everything
|
||||||
|
*
|
||||||
|
|
||||||
|
# But allow these file types
|
||||||
|
!*.py
|
||||||
|
!*.bat
|
||||||
|
!*.txt
|
||||||
|
!*.md
|
||||||
|
!LICENSE
|
||||||
|
|
||||||
|
# Don't ignore .gitignore
|
||||||
|
!.gitignore
|
Loading…
Reference in New Issue