do not track wn-web.js and wn-web.css in repositor as they are built for each implementation
diff --git a/.gitignore b/.gitignore
index 4cbd310..62cc577 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,4 +12,6 @@
public/js/lib
public/images/lib
public/files
-public/backups
\ No newline at end of file
+public/backups
+public/css/wn-web.css
+public/js/wn-web.js
\ No newline at end of file
diff --git a/public/css/wn-web.css b/public/css/wn-web.css
deleted file mode 100644
index 65f445c..0000000
--- a/public/css/wn-web.css
+++ /dev/null
@@ -1,20 +0,0 @@
-body {
-
- background-color: #9CA2AD;
-
-
-
-}
-
-
-footer {
- color: white;
-}
-footer a, footer a:visited, footer a:hover {
- color: white;
-}
-.web-footer-menu ul li {
- border-right: 1px solid white;
-}
-
-
diff --git a/public/js/wn-web.js b/public/js/wn-web.js
deleted file mode 100644
index 17a3da4..0000000
--- a/public/js/wn-web.js
+++ /dev/null
@@ -1 +0,0 @@
-window.home_page = "home";