Ignore the databases and .env

This commit is contained in:
Paul van Tilburg 2019-06-20 20:04:42 +02:00
parent 6841a3b026
commit c8dff9cea5
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -1,2 +1,9 @@
# Ignore Rust stuff
/target
**/*.rs.bk
# Ignore database
/db/*.db
# Ignore dotenv environment file
/.env