mirror of
https://github.com/Clortox/stackToDo.git
synced 2025-01-05 01:08:00 +00:00
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
|
#ignore all swp files
|
||
|
**/*.swp
|
||
|
|
||
|
#ignore all executables, but still keep the bin folder
|
||
|
bin/*
|
||
|
!bin/.gitkeep
|