Skip to content

Commit

Permalink
fix: gitignore should ignore .toml/.conf files (influxdata#9818)
Browse files Browse the repository at this point in the history
As the application requires a config.toml or config.conf file it makes
sense to ignore these types of files rather than having them show up
in git status output.

While the files are technically in the toml format, we use the .conf
extension in our documentation so ignore both.
  • Loading branch information
powersj authored Oct 1, 2021
1 parent 3990ab5 commit 49e5086
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
.DS_Store
process.yml
/.vscode
/*.toml
/*.conf

0 comments on commit 49e5086

Please sign in to comment.