diff options
author | Filipp Lepalaan <filipp@mac.com> | 2018-06-19 22:49:25 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2018-06-19 22:49:25 +0300 |
commit | a963303b9b8e4ee88161b3f7d6ddd5ed6225c46c (patch) | |
tree | de7ab48cd8dfbb43b8b5b5165a5de9c2495734be /.gitignore | |
parent | f08ab160f90f5666248a8747bd5933077a374cec (diff) | |
download | Servo-a963303b9b8e4ee88161b3f7d6ddd5ed6225c46c.tar.gz Servo-a963303b9b8e4ee88161b3f7d6ddd5ed6225c46c.tar.bz2 Servo-a963303b9b8e4ee88161b3f7d6ddd5ed6225c46c.zip |
Ignore envs and cert stuff
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ +.env* *.log *.pot *.pyc +*.crt +*.key +.vscode src uploads/logos/* uploads/attachments/* |