diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-11 15:02:51 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-11 15:02:51 -0700 |
commit | f8920f46b46282670229bdb7cf12052d167c26e8 (patch) | |
tree | 09c1db61735d033d634d5bef23861573894ddd52 /.gitignore | |
parent | d64e403646393089214675e45fba801c2436e4d2 (diff) | |
download | fatcat-f8920f46b46282670229bdb7cf12052d167c26e8.tar.gz fatcat-f8920f46b46282670229bdb7cf12052d167c26e8.zip |
dev infra
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,7 @@ *.sqlite *.sqlite3 +*,cover +htmlcov/ *.o *.a @@ -17,5 +19,9 @@ *.DS_Store *.log +!.coveragerc +!.gitlab-ci.yml +!.pylintrc + # Don't ignore this file itself !.gitignore |