From bfd2ad90a16fbee2c03fb89df7c0ffbc22513170 Mon Sep 17 00:00:00 2001 From: Bao Pham Date: Sun, 8 Apr 2018 02:33:54 +0800 Subject: [PATCH] Exclude dynamodb_local and tests for archive Related #135 --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5d8dbc6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +dynamodb_local export-ignore +dynamodb_local_init.db export-ignore +dynamodb_local_schema.js export-ignore +dynamodb_local_test.db export-ignore +tests export-ignore