dashboard/.gitignore
2022-01-28 17:31:26 -05:00

19 lines
245 B
Plaintext

#ignore all .o files
src/**/*.o
#ignore all swp files
**/*.swp
#ignore all executables, but still keep the bin folder
bin/*
!bin/.gitkeep
#ignore config file
src/config.hpp
#ignore wifi image
img/wifi.png
#ignore json in tests
tests/*.json