Skip to content

Commit

Permalink
style: have git ignore test database
Browse files Browse the repository at this point in the history
In the suggested developer environment setup described by CONTRIBUTING.md
a test database is created in test/db. After creating it, git status
continuously will show it as an untracked file, avoid this for all
developers following this setup.
  • Loading branch information
luisbg committed Mar 8, 2016
1 parent 709f864 commit d270d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.floo*
*.swp
*.swo
test/db/

0 comments on commit d270d6f

Please sign in to comment.