stackToDo/.gitignore
2021-10-22 11:00:53 -04:00

7 lines
107 B
Plaintext

#ignore all swp files
**/*.swp
#ignore all executables, but still keep the bin folder
bin/*
!bin/.gitkeep