diff --git a/.gitignore b/.gitignore
index 5019a4eb..5697a2cc 100755
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,6 @@
node_modules
npm-debug.log
-build/dev
-build/test
+build/*
docs/*
!docs/*.conf.json
!docs/*.ico
diff --git a/README.md b/README.md
index 83ae12b5..a484bb01 100755
--- a/README.md
+++ b/README.md
@@ -1,5 +1,22 @@
# CyberChef
+This is a fork of original CyberChef by GCHQ. This project has implemented my own operations for the daily SoC tasks. Please feel free to clone/test/share/contribute it.
+
+## Features
+
+- opeartion **nTcpdump**: tcpdump hexdump convert
+
+## Todo
+
+- operation GZip HTTP data
+- operation char() data
+- operation SQL comment strip function
+
+
+---
+
+## Original project info
+
####*The Cyber Swiss Army Knife*
CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include creating hexdumps, simple encoding like XOR or Base64, more complex encryption like AES, DES and Blowfish, data compression and decompression, calculating hashes and checksums, IPv6 and X.509 parsing, and much more.
diff --git a/build/prod/.htaccess b/build/prod/.htaccess
deleted file mode 100755
index 80626724..00000000
--- a/build/prod/.htaccess
+++ /dev/null
@@ -1,50 +0,0 @@
-# Serve up .htm files as binary files rather than text/html.
-# This allows cyberchef.htm to be downloaded rather than opened in the browser.
-AddType application/octet-stream .htm
-
-# Fix Apache bug #45023 where "-gzip" is appended to all ETags, preventing 304 responses
-