dashboard/.gitignore

19 lines
245 B
Plaintext
Raw Normal View History

2021-08-23 18:39:09 +00:00
#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
2022-01-28 22:31:26 +00:00
#ignore json in tests
tests/*.json