diff options
| author | Teddy Wing | 2015-06-06 20:00:26 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-06-06 20:00:26 -0400 |
| commit | ddfefe7313f43281b01163930109ff49a5f17830 (patch) | |
| tree | 7e175e45867a752d450a4d36b5d2b25250990cb1 | |
| parent | 1135764727f3dc525d0f674c784edbc81cc786f3 (diff) | |
| download | New-House-on-the-Block-ddfefe7313f43281b01163930109ff49a5f17830.tar.bz2 | |
Add .gitignore
Ignore the .env file, used for development to load environment
variables.
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c49bd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env |
