stackToDo/.gitignore

7 lines
107 B
Plaintext
Raw Normal View History

2021-10-22 15:00:53 +00:00
#ignore all swp files
**/*.swp
#ignore all executables, but still keep the bin folder
bin/*
!bin/.gitkeep