mirror of
https://github.com/Clortox/stackToDo.git
synced 2025-01-03 00:18: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
|