summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2019-10-23 12:00:32 +0200
committerkwadronaut <kwadronaut@puscii.nl>2019-10-23 12:00:51 +0200
commitf63f10369bad778e1fefbac862f1c752d9ca9436 (patch)
treeea32ec1ddc4601720797a8975359c43dc1ae522e
parent7548a703e3dbbf50fc66b08d4807790c7c165fec (diff)
.gitignore .idea
-rw-r--r--.gitignore3
-rw-r--r--.idea/.gitignore2
-rw-r--r--.idea/inspectionProfiles/Project_Default.xml20
-rw-r--r--.idea/misc.xml6
-rw-r--r--.idea/modules.xml8
-rw-r--r--.idea/shapeshifter-dispatcher.iml9
-rw-r--r--.idea/vcs.xml6
7 files changed, 1 insertions, 53 deletions
diff --git a/.gitignore b/.gitignore
index 3b8075e..9bcbd1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,7 +10,6 @@ state/obfs4_bridgeline.txt
state/dispatcher.log
state/dispatcher.log
state/dispatcher.log
-.idea/dictionaries/bluesaxorcist.xml
+.idea
state/dispatcher.log
state/dispatcher.log
-.idea/inspectionProfiles/Project_Default.xml
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 5c98b42..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-# Default ignored files
-/workspace.xml \ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
deleted file mode 100644
index 02cc456..0000000
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<component name="InspectionProjectProfileManager">
- <profile version="1.0">
- <option name="myName" value="Project Default" />
- <inspection_tool class="GoUnhandledErrorResult" enabled="true" level="WARNING" enabled_by_default="true">
- <methods>
- <method importPath="hash" receiver="Hash" name="Write" />
- <method importPath="strings" receiver="*Builder" name="Write" />
- <method importPath="strings" receiver="*Builder" name="WriteByte" />
- <method importPath="bytes" receiver="*Buffer" name="WriteRune" />
- <method importPath="bytes" receiver="*Buffer" name="Write" />
- <method importPath="bytes" receiver="*Buffer" name="WriteString" />
- <method importPath="strings" receiver="*Builder" name="WriteString" />
- <method importPath="bytes" receiver="*Buffer" name="WriteByte" />
- <method importPath="strings" receiver="*Builder" name="WriteRune" />
- <method importPath="math/rand" receiver="*Rand" name="Read" />
- <method importPath="net" receiver="*UDPConn" name="Close" />
- </methods>
- </inspection_tool>
- </profile>
-</component> \ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 28a804d..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="JavaScriptSettings">
- <option name="languageLevel" value="ES6" />
- </component>
-</project> \ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 08a8900..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="ProjectModuleManager">
- <modules>
- <module fileurl="file://$PROJECT_DIR$/.idea/shapeshifter-dispatcher.iml" filepath="$PROJECT_DIR$/.idea/shapeshifter-dispatcher.iml" />
- </modules>
- </component>
-</project> \ No newline at end of file
diff --git a/.idea/shapeshifter-dispatcher.iml b/.idea/shapeshifter-dispatcher.iml
deleted file mode 100644
index 5e764c4..0000000
--- a/.idea/shapeshifter-dispatcher.iml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="WEB_MODULE" version="4">
- <component name="Go" enabled="true" />
- <component name="NewModuleRootManager">
- <content url="file://$MODULE_DIR$" />
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- </component>
-</module> \ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="VcsDirectoryMappings">
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
- </component>
-</project> \ No newline at end of file