7 lines
91 B
Plaintext
7 lines
91 B
Plaintext
|
#ignore all swp files
|
||
|
**/*.swp
|
||
|
|
||
|
#ignore .html, but keep the folder
|
||
|
.html/*
|
||
|
!.html/.gitkeep
|