Scrin / RuuviCollector

Utility to collect measurements from RuuviTags and store them in InfluxDB
MIT License
125 stars 62 forks source link

Ignore ruuvi-*.properties only in root folder #32

Closed nikobockerman closed 5 years ago

nikobockerman commented 5 years ago

ruuvi-collector.properties and ruuvi-names.properties files in the root folder should be ignored as they are user configuration files created based on the *.properties.example files.

In January 2019 in commit f452981 files with those same names were added under src/test/resources/ directory to be used as part of the tests. However, the .gitignore file was not altered back then to reflect that those new files should not be ignored by git.

This commit updates the .gitignore to only ignore ruuvi-collector.properties and ruuvi-names.properties files in the root directory of the repository.

Scrin commented 5 years ago

Good catch, thanks