Skip to content

Commit

Permalink
Ignore ruuvi-*.properties only in root folder
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nikobockerman committed May 19, 2019
1 parent 9376c44 commit 0ad07e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
target/
ruuvi-collector.properties
ruuvi-names.properties
/ruuvi-collector.properties
/ruuvi-names.properties
.idea/
*.iml
.settings/org.eclipse.m2e.core.prefs
Expand Down

0 comments on commit 0ad07e5

Please sign in to comment.