diff --git a/.gitignore b/.gitignore index 3215124461d3efe1689c21635aa8cb5ed930bd47..52abda6722de1b9860e6c5356e9e1c86a2cb5e54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ /.gradle -/.idea -!/.idea/runConfigurations.xml +/.idea/* +!/.idea/runConfigurations /local.properties *.iml \ No newline at end of file diff --git a/.idea/runConfigurations/TorProbe.xml b/.idea/runConfigurations/TorProbe.xml new file mode 100644 index 0000000000000000000000000000000000000000..6edf5bebeebc8480d2625bfa24373e4447ce4a0e --- /dev/null +++ b/.idea/runConfigurations/TorProbe.xml @@ -0,0 +1,9 @@ +<component name="ProjectRunConfigurationManager"> + <configuration default="false" name="TorProbe" type="Application" factoryName="Application"> + <option name="MAIN_CLASS_NAME" value="org.briarproject.torprobe.TorProbe" /> + <module name="tor-probe-core" /> + <option name="PROGRAM_PARAMETERS" value="128.31.0.39 9101" /> + <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" /> + <method /> + </configuration> +</component> \ No newline at end of file