tvl-depot/.gitignore
William Carroll b6e8389edd Read env variables using envy library
Using my dear friend's, dmjio's, excellent library, envy -- to read and parse
variables from the system environment.

I added and git-ignored the .envrc file that contains API secrets. I'm using
Envy to read these values, so that I don't hard-code these values into the
source code.
2020-07-30 13:58:50 +01:00

6 lines
No EOL
57 B
Text

.envrc
*.db
*.sqlite3
!populate.sqlite3
*.db-shm
*.db-wal