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

7
.gitignore vendored
View file

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