From ac8db325dbe7d7b6f81ed0cb89585e934202e349 Mon Sep 17 00:00:00 2001 From: Zamil Majdy <z.majdy1996@gmail.com> Date: Tue, 14 Feb 2017 08:57:51 +0700 Subject: [PATCH] Untrack webpack-stats.json --- .gitignore | 3 ++- webpack-stats.json | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 webpack-stats.json diff --git a/.gitignore b/.gitignore index 9badb78b..d3e8485e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ node_modules .pyc venv assets/bundles/* -.idea \ No newline at end of file +.idea +webpack-stats.json diff --git a/webpack-stats.json b/webpack-stats.json deleted file mode 100644 index 1d540f09..00000000 --- a/webpack-stats.json +++ /dev/null @@ -1 +0,0 @@ -{"status":"done","chunks":{"main":[{"name":"main-9c374636943b76722727.js","path":"C:\\Users\\zmajd\\Documents\\code\\djangoreact\\assets\\bundles\\main-9c374636943b76722727.js"}]}} \ No newline at end of file -- GitLab