From 2696fb30c2195485b88c5a97f14251d33c9bb73a Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sun, 1 Jul 2018 21:34:49 -0700 Subject: add .gitattributes, default deny foreign addresses --- .gitattributes | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ba03642 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,30 @@ +# Basic .gitattributes for a python repo. + +# Source files +# ============ +*.pxd text +*.py text +*.py3 text +*.pyw text +*.pyx text + +*.html text +*.xml text +*.xhtml text +*.htm text +*.css text +*.txt text + +# Binary files +# ============ +*.db binary +*.p binary +*.pkl binary +*.pyc binary +*.pyd binary +*.pyo binary + +# Note: .db, .p, and .pkl files are associated +# with the python modules ``pickle``, ``dbm.*``, +# ``shelve``, ``marshal``, ``anydbm``, & ``bsddb`` +# (among others). \ No newline at end of file -- cgit v1.2.3